Fixing quotes around packages_to_remove
This commit is contained in:
parent
b5779bc9e1
commit
7bac3636b1
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
- name: Remove unnecessary stuff from the template
|
- name: Remove unnecessary stuff from the template
|
||||||
ansible.builtin.dnf5:
|
ansible.builtin.dnf5:
|
||||||
name: {{ packages_to_remove }}
|
name: '{{ packages_to_remove }}'
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
allowerasing: true
|
allowerasing: true
|
||||||
autoremove: true
|
autoremove: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue