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" - name: "prepare vms for ultrabirb-cluster"
hosts: all hosts: all
handlers: handlers:
- name: "netplan apply" - name: "netplanapply"
block: block:
- name: "run netplan apply" - name: "run netplan apply"
command: netplan apply command: netplan apply

View File

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