configuring more packages

This commit is contained in:
Matthew Stobbs
2025-01-22 22:14:49 -07:00
parent 852331a692
commit 6fa5a46701
88 changed files with 388 additions and 492 deletions

8
tasks/pkgs/kitty.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- ansible.builtin.include_vars:
file: kitty.yml
name: _kitty
- name: add to syspkgs
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + _kitty[ansible_system].pkgs }}"