Skip to content

Commit

Permalink
Ensure firewalld package is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdoel committed Jul 22, 2024
1 parent 569ca7d commit cdc28f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/firewalld/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
# tasks file for ../ansible-role-firewalld
- name: Install firewalld
ansible.builtin.package:
name: firewalld
state: present

- name: Make sure firewalld service is enabled
ansible.builtin.systemd:
name: firewalld
Expand Down

0 comments on commit cdc28f6

Please sign in to comment.