1
0
Fork 0
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:
Jerry Vonau 2017-07-17 14:19:42 -05:00 committed by georgejhunt
parent 7abc3e2d68
commit e7a9fab5db

View file

@ -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