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:
Miroslav Suchý 2015-11-30 19:23:05 +01:00
parent 3bd06c7e76
commit 9d7bd9c3cc

View file

@ -7,3 +7,6 @@
lineinfile: dest=/etc/sysconfig/network line="GATEWAYDEV=eth0"
notify:
- restart network
- name: restart network
meta: flush_handlers