debug create
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 6m35s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 6m35s
Details
This commit is contained in:
parent
20bee24b19
commit
fce7d91115
|
@ -35,6 +35,10 @@
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
clone: "{{ node }}-debian-12"
|
clone: "{{ node }}-debian-12"
|
||||||
storage: nvme
|
storage: nvme
|
||||||
|
register: create
|
||||||
|
- name: Debug
|
||||||
|
ansible.builtin.debug:
|
||||||
|
var: create
|
||||||
- name: Wait for VM to exist
|
- name: Wait for VM to exist
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
state: current
|
state: current
|
||||||
|
|
Loading…
Reference in New Issue