debug
Infrastructure / Check and run Ansbile playbooks (push) Failing after 1m48s Details

This commit is contained in:
Gleb Koval 2023-09-03 00:00:22 +01:00
parent e21dc3430f
commit 95661f27e5
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
tasks: tasks:
- name: Create test-vm-2 - name: Create test-vm-2
community.general.proxmox_kvm: community.general.proxmox_kvm:
register: create_data
- name: Print create_data
ansible.builtin.debug:
msg: "{{ create_data }}"
- name: Update test-vm-2 - name: Update test-vm-2
community.general.proxmox_kvm: community.general.proxmox_kvm:
cpu: x86-64-v3 cpu: x86-64-v3