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