Do not check if VM is back on vmware with cis activated, it will fail

without the key, and key cannot be set otherwise awx refuses connection
This commit is contained in:
Sandwich 2025-01-21 21:30:56 +01:00
parent c32769d831
commit e9647571fc

@ -94,6 +94,7 @@
ansible_ssh_extra_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
- name: Check if VM is back and running
when: not (hypervisor == 'vmware' and cis | bool)
ansible.builtin.wait_for_connection:
timeout: 300