1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge branch 'fix6.5' of https://github.com/georgejhunt/iiab into fix6.5

This commit is contained in:
George Hunt 2018-03-31 00:02:25 +00:00
commit 95ea759fa0

View file

@ -14,6 +14,7 @@
# clear all bridge ifcfg files
- name: Now delete slave bridge ifcfg files
shell: rm -f /etc/sysconfig/network-scripts/ifcfg-"{{ item }}"
ignore_errors: True
when: num_lan_interfaces != 0 or iiab_wireless_lan_iface != "none"
with_items:
- "{{ ifcfg_slaves.stdout_lines }}"