diff --git a/main.yml b/main.yml index d7259e3..6dddc99 100644 --- a/main.yml +++ b/main.yml @@ -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