ifstated: Cannot validate config during provisioning
Network is restarted at the end of play run so ifstated validation fails due to missing interfaces.
This commit is contained in:
parent
37ef5eb504
commit
887d4872d9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
validate: "ifstated -n -f %s"
|
#validate: "ifstated -n -f %s"
|
||||||
notify: restart ifstated
|
notify: restart ifstated
|
||||||
|
|
||||||
- name: enable ifstated
|
- name: enable ifstated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue