Run the handler after the interface configuration.
This commit is contained in:
parent
229ce75a39
commit
f92947b2df
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: Netplan Apply
|
- name: Netplan Apply
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: netplan Apply
|
cmd: netplan apply
|
||||||
|
|
|
@ -31,3 +31,9 @@
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
when: net_ints is defined and net_ints | length != 0
|
when: net_ints is defined and net_ints | length != 0
|
||||||
notify: Netplan Apply
|
notify: Netplan Apply
|
||||||
|
|
||||||
|
- meta: flush_handlers
|
||||||
|
tags:
|
||||||
|
- network_interface
|
||||||
|
- networking
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue