summaryrefslogtreecommitdiffstats
path: root/playbooks/init
diff options
context:
space:
mode:
authorMichael Gugino <gugino.michael@yahoo.com>2017-12-15 15:38:37 -0500
committerGitHub <noreply@github.com>2017-12-15 15:38:37 -0500
commit8b71c2938d278f4418db0fdad1bf6f94585e87c7 (patch)
tree5f48fe7fed2267b32a056aeb46940ad5fce41a20 /playbooks/init
parentd96898b3138c4d85ba8e2d8fd34734029697777c (diff)
parent34139ef4ef095aaf0be2a9c44e7379731f56a4e7 (diff)
downloadopenshift-8b71c2938d278f4418db0fdad1bf6f94585e87c7.tar.gz
openshift-8b71c2938d278f4418db0fdad1bf6f94585e87c7.tar.bz2
openshift-8b71c2938d278f4418db0fdad1bf6f94585e87c7.tar.xz
openshift-8b71c2938d278f4418db0fdad1bf6f94585e87c7.zip
Merge pull request #6489 from mgugino-upstream-stage/fix-repos-v2
Fix rhel_subscribe boolean
Diffstat (limited to 'playbooks/init')
-rw-r--r--playbooks/init/repos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/init/repos.yml b/playbooks/init/repos.yml
index 048b09e60..66786a41a 100644
--- a/playbooks/init/repos.yml
+++ b/playbooks/init/repos.yml
@@ -9,8 +9,8 @@
when:
- ansible_distribution == 'RedHat'
- deployment_type == 'openshift-enterprise'
- - rhsub_user | default(False)
- - rhsub_pass | default(False)
+ - rhsub_user is defined
+ - rhsub_pass is defined
- name: initialize openshift repos
include_role:
name: openshift_repos