Flush handlers after configuring network interfaces
This commit is contained in:
parent
f00a216fef
commit
d6eea602b7
4 changed files with 12 additions and 0 deletions
|
@ -12,3 +12,6 @@
|
|||
dest: "/etc/network/interfaces.d/{{ item.id }}BAT"
|
||||
notify: reload network interfaces
|
||||
with_items: "{{ meshes }}"
|
||||
|
||||
- name: flush handlers
|
||||
meta: flush_handlers
|
||||
|
|
|
@ -16,3 +16,6 @@
|
|||
with_subelements:
|
||||
- "{{ meshes }}"
|
||||
- fastd.intragate.instances
|
||||
|
||||
- name: flush handlers
|
||||
meta: flush_handlers
|
||||
|
|
|
@ -11,3 +11,6 @@
|
|||
src: ffrl_nat.j2
|
||||
dest: "/etc/network/interfaces.d/ffrl-nat"
|
||||
notify: reload network interfaces
|
||||
|
||||
- name: flush handlers
|
||||
meta: flush_handlers
|
||||
|
|
|
@ -12,3 +12,6 @@
|
|||
dest: "/etc/sysfs.d/99-{{ item.id }}BR.conf"
|
||||
with_items: "{{ meshes }}"
|
||||
notify: activate sysfs variables
|
||||
|
||||
- name: flush handlers
|
||||
meta: flush_handlers
|
||||
|
|
Loading…
Reference in a new issue