Skip to content

Commit

Permalink
Do not check if VM is back on vmware with cis activated, it will fail
Browse files Browse the repository at this point in the history
without the key, and key cannot be set otherwise awx refuses connection
  • Loading branch information
Sandwich committed Jan 21, 2025
1 parent c32769d commit e964757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e964757

Please sign in to comment.