diff --git a/playbook.yml b/playbook.yml index 2f3f62e..7c21acc 100644 --- a/playbook.yml +++ b/playbook.yml @@ -173,7 +173,7 @@ state: present become: true vars: - query: "{{ 'list.*.%s[]'|format(distro) }}" + query: "{{ '*.%s[]'|format(distro) }}" - name: remove unconfigured packages script: