Skip to content

Commit

Permalink
ignore ufw disabling errors
Browse files Browse the repository at this point in the history
Signed-off-by: ahmadali shafiee <mail@ahmadalli.net>
  • Loading branch information
ahmadalli committed Apr 28, 2023
1 parent cd176d6 commit 6be07a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/utils/os/firewall/configure/tasks/firewalld/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
- name: disable ufw
community.general.ufw:
state: disabled
ignore_errors: true
- name: disable ufw service
ansible.builtin.systemd:
name: ufw
enabled: false
state: stopped
ignore_errors: true

- name: reset firewalld
include_tasks: reset.yaml
Expand Down

0 comments on commit 6be07a8

Please sign in to comment.