Skip to content

Commit

Permalink
test: stop firewall if used by test
Browse files Browse the repository at this point in the history
If the test enabled the firewall, stop it during cleanup.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 17, 2024
1 parent 8c71dd2 commit 9afefec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/restore_services_state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
- redis
- grafana-server
# yamllint enable rule:line-length

- name: Stop firewall
service:
name: firewalld
state: stopped
when: metrics_manage_firewall | bool

0 comments on commit 9afefec

Please sign in to comment.