From ad769d179b54cc5b076899400d958f5238bb1f84 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Fri, 8 May 2026 20:01:10 -0400 Subject: [PATCH] More ansible core 2.20 fixes Signed-off-by: Jason Rothstein --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index b7d01cb..bdbc9e9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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_postfix is defined - ensure_postfix.firewall_list is defined - ensure_postfix.firewall_list is iterable