Skip to content

Commit

Permalink
fixing condition for vms autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Aug 22, 2022
1 parent a9c07cc commit 0f94285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/base_virt_ipi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@
- "virsh autostart ocp4-worker1"
- "virsh autostart ocp4-worker2"
- "virsh autostart ocp4-worker3"
when: bastion_defined.rc == 0
when:
ocp4_aio_deploy_type == "ipi"

- name: Check if ssh-key already exists
ansible.builtin.stat:
Expand Down

0 comments on commit 0f94285

Please sign in to comment.