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:
parent
4986aef070
commit
535dca7fca
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue