flush handlers after loopback configured

This commit is contained in:
Evgeniy Ivanov 2016-08-18 11:22:06 +03:00
parent 7085a594fc
commit a1bf2ad5ef

View file

@ -77,4 +77,6 @@
- name: Loopback included into the network config - name: Loopback included into the network config
lineinfile: dest=/etc/network/interfaces line='source /etc/network/interfaces.d/10-loopback-services.cfg' state=present lineinfile: dest=/etc/network/interfaces line='source /etc/network/interfaces.d/10-loopback-services.cfg' state=present
notify: notify:
- restart loopback - restart loopback
- meta: flush_handlers