diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2017-12-15 15:38:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 15:38:37 -0500 |
commit | 8b71c2938d278f4418db0fdad1bf6f94585e87c7 (patch) | |
tree | 5f48fe7fed2267b32a056aeb46940ad5fce41a20 /roles | |
parent | d96898b3138c4d85ba8e2d8fd34734029697777c (diff) | |
parent | 34139ef4ef095aaf0be2a9c44e7379731f56a4e7 (diff) | |
download | openshift-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 'roles')
-rw-r--r-- | roles/openshift_repos/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_repos/tasks/main.yaml b/roles/openshift_repos/tasks/main.yaml index 2ada20767..35206049f 100644 --- a/roles/openshift_repos/tasks/main.yaml +++ b/roles/openshift_repos/tasks/main.yaml @@ -42,7 +42,7 @@ - ansible_distribution == 'RedHat' - deployment_type == 'openshift-enterprise' - rhsub_user is defined - - rhsub_password is defined + - rhsub_pass is defined - include_tasks: centos_repos.yml when: |