Skip to content

Commit

Permalink
Merge pull request #692 from rlandy/firewall-status-disable
Browse files Browse the repository at this point in the history
Disable firewalld when present, status not-found
  • Loading branch information
openshift-merge-bot[bot] committed Jul 4, 2024
2 parents 05f146b + 6135ed0 commit 1f41dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/edpm_nftables/tasks/service-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
masked: true
when:
- ansible_facts.services["firewalld.service"] is defined
- ansible_facts.services["firewalld.service"]["status"] != "not-found"

- name: Ensure nftables service is enabled and running
ansible.builtin.systemd:
Expand Down

0 comments on commit 1f41dfc

Please sign in to comment.