diff --git a/ansible/prepare.yaml b/ansible/prepare.yaml index 64be626..86bdf72 100644 --- a/ansible/prepare.yaml +++ b/ansible/prepare.yaml @@ -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 diff --git a/ansible/tasks/setup-static-route.yaml b/ansible/tasks/setup-static-route.yaml index 4cbeb81..1d41cb0 100644 --- a/ansible/tasks/setup-static-route.yaml +++ b/ansible/tasks/setup-static-route.yaml @@ -7,4 +7,4 @@ template: src: templates/netplan.yaml dest: /etc/netplan/00-static.yaml - notify: "netplan apply" \ No newline at end of file + notify: "netplanapply" \ No newline at end of file