please work

This commit is contained in:
Pünkösd Marcell 2021-11-08 03:58:08 +01:00
parent 21ab166a33
commit 024f58b98a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- name: "prepare vms for ultrabirb-cluster"
hosts: all
handlers:
- name: "netplan apply"
- name: "netplanapply"
block:
- name: "run netplan apply"
command: netplan apply

View File

@ -7,4 +7,4 @@
template:
src: templates/netplan.yaml
dest: /etc/netplan/00-static.yaml
notify: "netplan apply"
notify: "netplanapply"