Skip to content

Commit 49ffc55

Browse files
authored
Open firewall ports immediately as well as permanently (#3419)
1 parent e26d925 commit 49ffc55

File tree

1 file changed

+1
-0
lines changed
  • agent/ansible/collection/roles/pbench_firewall_open_ports/tasks

1 file changed

+1
-0
lines changed

agent/ansible/collection/roles/pbench_firewall_open_ports/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
ansible.posix.firewalld:
55
port: "{{ item }}/tcp"
66
permanent: true
7+
immediate: true
78
offline: true
89
state: enabled
910
with_items:

0 commit comments

Comments
 (0)