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:
commit
95ea759fa0
1 changed files with 1 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue