please work
This commit is contained in:
parent
21ab166a33
commit
024f58b98a
@ -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
|
||||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user