From 0e65bfbbd9fc77407c888c33d6e0d1d77bdbfa1d Mon Sep 17 00:00:00 2001 From: Ronald Date: Mon, 5 May 2025 16:10:18 +0100 Subject: [PATCH] Remove debug --- tasks/proxmox.yml | 4 ---- 1 file changed, 4 deletions(-) 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 }}"