Fixing quotes around packages_to_remove

This commit is contained in:
mustard 2025-02-27 23:55:07 +01:00
parent b5779bc9e1
commit 7bac3636b1

View file

@ -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