Skip to content

Commit

Permalink
Add a missed task name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 27, 2024
1 parent 1b04b14 commit 9099aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/firewall/firewalld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
immediate: true
state: enabled

- name: firewall | firewalld | Enable masquerading on external zone
- name: firewall | firewalld | Enable masquerading on default interface's zone
ansible.posix.firewalld:
masquerade: true
zone: "{{ __firewalld_default_zone.stdout }}"
Expand Down

0 comments on commit 9099aef

Please sign in to comment.