diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 6f7da0f..00c675a 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -35,10 +35,6 @@ register: create_vm_proxmox_check_if_vm_exists delegate_to: localhost -- name: Debug - ansible.builtin.debug: - msg: "{{ create_vm_proxmox_numb_cores }} - {{ create_vm_proxmox_memory_mb }}" - - name: Proxmox - Clone VM in Proxmox community.general.proxmox_kvm: api_host: "{{ create_vm_proxmox_host }}"