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
|
||||
ansible.builtin.dnf5:
|
||||
name: {{ packages_to_remove }}
|
||||
name: '{{ packages_to_remove }}'
|
||||
state: 'absent'
|
||||
allowerasing: true
|
||||
autoremove: true
|
||||
|
|
Loading…
Reference in a new issue