From 187ff8d5454328d6f9d90e947a5e267f09e76656 Mon Sep 17 00:00:00 2001 From: Vlad Romanenko Date: Mon, 13 Dec 2021 19:58:53 +0000 Subject: [PATCH] Fix firewalld install (#105) --- .gitignore | 1 + tasks/section3.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c53a1bb..bf7db8c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ molecule/default/cache .venv *.bak* *.cache +__pycache__ diff --git a/tasks/section3.yml b/tasks/section3.yml index 8a26403..0e2fc24 100644 --- a/tasks/section3.yml +++ b/tasks/section3.yml @@ -408,7 +408,7 @@ block: - name: "SCORED | 3.5.1.1 | PATCH | Ensure a Firewall package is installed | firewalld | CUSTOM" apt: - name: iptables + name: firewalld state: present install_recommends: false when: