Skip to content

Commit

Permalink
fix firewalld service name
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 8, 2024
1 parent 41e1546 commit 13745f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/idr-firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- firewalld
state: present

- name: Enable service firewall
- name: Enable service firewalld
ansible.builtin.service:
name: firewalld
enabled: yes
Expand Down Expand Up @@ -48,7 +48,7 @@

- name: Enable service firewall
ansible.builtin.service:
name: httpd
name: firewalld
enabled: yes
state: started

Expand Down

0 comments on commit 13745f2

Please sign in to comment.