Skip to content

Commit

Permalink
Fix firewalld install (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ro committed Dec 13, 2021
1 parent 9e34e53 commit 187ff8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ molecule/default/cache
.venv
*.bak*
*.cache
__pycache__
2 changes: 1 addition & 1 deletion tasks/section3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 187ff8d

Please sign in to comment.