ref(playbook): Change to role-based structure
This commit is contained in:
parent
95fd68bed8
commit
b3b280fbe4
39 changed files with 635 additions and 601 deletions
4
roles/packages/tasks/main.yaml
Normal file
4
roles/packages/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- name: Install all my used void packages
|
||||
community.general.xbps:
|
||||
name: "{{ lookup('community.general.merge_variables', '^packages_.*') }}"
|
||||
state: "{{ desired_package_state }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue