copr: immediately restart network
so if playbook fails later on something else, we do not end up with incorrect routes
This commit is contained in:
parent
3bd06c7e76
commit
9d7bd9c3cc
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@
|
||||||
lineinfile: dest=/etc/sysconfig/network line="GATEWAYDEV=eth0"
|
lineinfile: dest=/etc/sysconfig/network line="GATEWAYDEV=eth0"
|
||||||
notify:
|
notify:
|
||||||
- restart network
|
- restart network
|
||||||
|
|
||||||
|
- name: restart network
|
||||||
|
meta: flush_handlers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue