FIX: fix the issue with the misdiscovery of the python interpreter when localhost is the target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user