More ansible core 2.20 fixes

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-08 20:02:04 -04:00
parent 924f228367
commit 2fc15e207f
+2 -2
View File
@@ -113,8 +113,8 @@
- name: 'ensure firewall'
when:
- ansible_facts["system"] == 'Linux'
- packages["firewalld"] is defined
- packages["python3-firewall"] is defined
- ansible_facts.packages["firewalld"] is defined
- ansible_facts.packages["python3-firewall"] is defined
- ensure_dovecot is defined
- ensure_dovecot.firewall_list is defined
- ensure_dovecot.firewall_list is iterable