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

Update detected_redhat.yml

This commit is contained in:
A Holt 2018-10-08 17:52:40 -04:00 committed by GitHub
parent 4986aef070
commit 535dca7fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
- name: Checking for ifcfg-WAN file - Can Fail
stat: path=/etc/sysconfig/network-scripts/ifcfg-WAN
stat:
path: /etc/sysconfig/network-scripts/ifcfg-WAN
when: not first_run
register: has_ifcfg_WAN
ignore_errors: True