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"
|
dest: "/etc/network/interfaces.d/{{ item.id }}BAT"
|
||||||
notify: reload network interfaces
|
notify: reload network interfaces
|
||||||
with_items: "{{ meshes }}"
|
with_items: "{{ meshes }}"
|
||||||
|
|
||||||
|
- name: flush handlers
|
||||||
|
meta: flush_handlers
|
||||||
|
|
|
@ -16,3 +16,6 @@
|
||||||
with_subelements:
|
with_subelements:
|
||||||
- "{{ meshes }}"
|
- "{{ meshes }}"
|
||||||
- fastd.intragate.instances
|
- fastd.intragate.instances
|
||||||
|
|
||||||
|
- name: flush handlers
|
||||||
|
meta: flush_handlers
|
||||||
|
|
|
@ -11,3 +11,6 @@
|
||||||
src: ffrl_nat.j2
|
src: ffrl_nat.j2
|
||||||
dest: "/etc/network/interfaces.d/ffrl-nat"
|
dest: "/etc/network/interfaces.d/ffrl-nat"
|
||||||
notify: reload network interfaces
|
notify: reload network interfaces
|
||||||
|
|
||||||
|
- name: flush handlers
|
||||||
|
meta: flush_handlers
|
||||||
|
|
|
@ -12,3 +12,6 @@
|
||||||
dest: "/etc/sysfs.d/99-{{ item.id }}BR.conf"
|
dest: "/etc/sysfs.d/99-{{ item.id }}BR.conf"
|
||||||
with_items: "{{ meshes }}"
|
with_items: "{{ meshes }}"
|
||||||
notify: activate sysfs variables
|
notify: activate sysfs variables
|
||||||
|
|
||||||
|
- name: flush handlers
|
||||||
|
meta: flush_handlers
|
||||||
|
|
Loading…
Reference in a new issue