Skip to content

Commit

Permalink
fixing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 18, 2021
1 parent f00990f commit 580d0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Deploy ACM on OCP Cluster
import_tasks: deploy_acm.yml
when: deploy_type == 'upi' or deploy_type == 'ipi'
when: ocp4_aio_deploy_type == 'upi' or ocp4_aio_deploy_type == 'ipi'

- name: Deploy ACM on rhacm SNO Cluster
import_tasks: deploy_acm_sno.yml
when: deploy_type == 'sno'
when: ocp4_aio_deploy_type == 'sno'

0 comments on commit 580d0c6

Please sign in to comment.