debug
Infrastructure / Check and run Ansbile playbooks (push) Failing after 1m48s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 1m48s
Details
This commit is contained in:
parent
e21dc3430f
commit
95661f27e5
|
@ -11,6 +11,10 @@
|
|||
tasks:
|
||||
- name: Create test-vm-2
|
||||
community.general.proxmox_kvm:
|
||||
register: create_data
|
||||
- name: Print create_data
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ create_data }}"
|
||||
- name: Update test-vm-2
|
||||
community.general.proxmox_kvm:
|
||||
cpu: x86-64-v3
|
||||
|
|
Loading…
Reference in New Issue