1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix warning during install

This commit is contained in:
Jerry Vonau 2023-04-02 04:38:57 -05:00
parent 32c81bbb70
commit 848a947f9c

View file

@ -36,7 +36,7 @@
- name: Open-or-Close Asterix ports (including Apache port {{ pbx_http_port }}) in iptables firewall, depending on pbx_enabled [{{ pbx_enabled }}] in local_vars.yml - in support of './runrole pbx'
command: /usr/bin/iiab-gen-iptables
ignore_errors: yes # iptables installed in 2-common, but iiab-gen-tables may not be set up until roles/network runs later
when: iiab_stage|int == 9