Fix package installations
This commit is contained in:
@@ -173,7 +173,7 @@
|
|||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
query: "{{ 'list.*.%s[]'|format(distro) }}"
|
query: "{{ '*.%s[]'|format(distro) }}"
|
||||||
|
|
||||||
- name: remove unconfigured packages
|
- name: remove unconfigured packages
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user