More ansible core 2.20 fixes

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