From 024f58b98a8d46133015db4bd1efb74bf20f53a6 Mon Sep 17 00:00:00 2001 From: marcsello Date: Mon, 8 Nov 2021 03:58:08 +0100 Subject: [PATCH] please work --- ansible/prepare.yaml | 2 +- ansible/tasks/setup-static-route.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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