Run the handler after the interface configuration.

This commit is contained in:
Andrea Dell'Amico 2023-10-06 18:29:12 +02:00
parent 229ce75a39
commit f92947b2df
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
- name: Netplan Apply
ansible.builtin.command:
cmd: netplan Apply
cmd: netplan apply

View File

@ -31,3 +31,9 @@
mode: "0644"
when: net_ints is defined and net_ints | length != 0
notify: Netplan Apply
- meta: flush_handlers
tags:
- network_interface
- networking