Skip to content

Commit

Permalink
Update post_software.yml (#7509)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Dec 13, 2023
1 parent 1a54275 commit aff3add
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/configs/migrating-to-ocpvirt/post_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
delay: 30

- name: Post tasks
when: not build_lab|bool
block:
- name: Make .kube directory
ansible.builtin.file:
Expand Down Expand Up @@ -101,7 +100,6 @@
- name: Setting up Openshift Virtualisation Lab
include_role:
name: ocp4_aio_workload_cnvlab
when: not build_lab|bool

- name: Prepare Hypervisor for proxypass
hosts: hypervisor
Expand Down Expand Up @@ -152,7 +150,7 @@
# - "OpenShift web console : https://console-openshift-console.apps.{{ guid }}.{{ cluster_dns_zone }}"
# - "kubeadmin user Password : {{ hostvars['kube_holder']['kubeadmin_password'] }}"

- when: ocp4_aio_deploy_cnvlab and not build_lab|bool
- when: ocp4_aio_deploy_cnvlab
name: Print Openshift Virtualization lab infos
agnosticd_user_info:
msg: "{{ item }}"
Expand Down

0 comments on commit aff3add

Please sign in to comment.