mirror of
https://github.com/Expand-sys/DEPLOYCCASH
synced 2026-03-22 09:47:09 +11:00
firewalld reload
This commit is contained in:
parent
02ec978062
commit
71b1030a85
1 changed files with 4 additions and 0 deletions
|
|
@ -215,3 +215,7 @@
|
||||||
port: 3000/tcp
|
port: 3000/tcp
|
||||||
state: enabled
|
state: enabled
|
||||||
when: WEB_ENABLED == true
|
when: WEB_ENABLED == true
|
||||||
|
|
||||||
|
- name: reload firewalld
|
||||||
|
ansible.builtin.command:
|
||||||
|
cmd: "firewall-cmd --reload"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue