From c10e029422afb3cbd6c9a398f62e4a32d87083a7 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 30 Mar 2024 00:22:43 +0000 Subject: [PATCH] Use ansible handlers properly --- infra/finance/0000_proxmox_playbook.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/finance/0000_proxmox_playbook.yaml b/infra/finance/0000_proxmox_playbook.yaml index 5839aba..b036daf 100644 --- a/infra/finance/0000_proxmox_playbook.yaml +++ b/infra/finance/0000_proxmox_playbook.yaml @@ -36,7 +36,8 @@ community.general.proxmox_kvm: clone: "{{ node }}-debian-12" storage: nvme - notify: Initial boot + notify: + - Initial boot - name: Wait for status community.general.proxmox_kvm: state: current