mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Nobody has pulled the plug to test offline ansible succuss. (#131)
This commit is contained in:
parent
7abc3e2d68
commit
e7a9fab5db
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
- name: Set has ifcfg gw based on on macaddress if found
|
||||
set_fact:
|
||||
has_ifcfg_gw: "{{ ifcfg_gw_mac.stdout|trim }}"
|
||||
when: ifcfg_gw_mac is defined and ifcfg_gw_mac.stdout != ""
|
||||
when: ifcfg_gw_mac.stdout is defined and ifcfg_gw_mac.stdout != ""
|
||||
|
||||
# could use something else
|
||||
- name: Find wifi gateway config if present
|
||||
|
|
Loading…
Reference in a new issue