From fce7d91115118993f948efd7adb192fc8ad6a9ca Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sun, 10 Sep 2023 23:12:18 +0100 Subject: [PATCH] debug create --- infra/joplin/0000_proxmox_playbook.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/joplin/0000_proxmox_playbook.yaml b/infra/joplin/0000_proxmox_playbook.yaml index eb1c5ce..c8a1fc4 100644 --- a/infra/joplin/0000_proxmox_playbook.yaml +++ b/infra/joplin/0000_proxmox_playbook.yaml @@ -35,6 +35,10 @@ community.general.proxmox_kvm: clone: "{{ node }}-debian-12" storage: nvme + register: create + - name: Debug + ansible.builtin.debug: + var: create - name: Wait for VM to exist community.general.proxmox_kvm: state: current