roles/common: Fix loop in firewall cleanup
This commit is contained in:
parent
c336b217c5
commit
b4d50166f4
@ -27,7 +27,7 @@
|
||||
systemd: name=update-spamhaus-lists.timer state=stopped enabled=no
|
||||
|
||||
- name: Remove old Spamhaus firewalld update script and systemd units
|
||||
file: dest=/usr/local/bin/update-spamhaus-lists.sh state=absent
|
||||
file: dest={{ item }} state=absent
|
||||
loop:
|
||||
- /usr/local/bin/update-spamhaus-lists.sh
|
||||
- /etc/systemd/system/update-spamhaus-lists.service
|
||||
|
Loading…
Reference in New Issue
Block a user