FIX: fix the issue with the misdiscovery of the python interpreter when localhost is the target

This commit is contained in:
2026-08-09 13:44:56 +04:00
parent a2a5ba3a5e
commit 84af7b011b
5 changed files with 35 additions and 26 deletions
+1 -2
View File
@@ -37,12 +37,11 @@
api_token_id: ansible
api_token_secret: "{{ proxmox_token_secret }}"
vmid: 1040
hostname: "{{ lxc_hostname }}"
state: started
- name: Sleep for a minute to ensure that ssh is ready
become: false
ansible.builtin.wait_for:
timeout: 60
delegate_to: localhost
changed_when: false