DEV-2563 BUGFIX: Skip firewall apply if no customer firewall networks set

main
Michael Hähnel 2 years ago
parent 50f028e289
commit 4b9dd43587

@ -64,6 +64,8 @@
- update_deployment
- name: "Setup customer specific firewall rules for <{{ inventory_hostname }}>"
when:
- connect_customer_firewall_entry_rules | length > 0
block:
- name: "Configure customer specific firewall rules for <{{ inventory_hostname }}>"
ansible.builtin.set_fact:

Loading…
Cancel
Save