diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-15 09:33:28 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-15 09:33:28 -0500 |
commit | 34139ef4ef095aaf0be2a9c44e7379731f56a4e7 (patch) | |
tree | 388f65875647452c0806504beb6c62ffa168f282 /roles/openshift_repos | |
parent | 8190c1c8e4f300267405a0628e466167a09d8b59 (diff) | |
download | openshift-34139ef4ef095aaf0be2a9c44e7379731f56a4e7.tar.gz openshift-34139ef4ef095aaf0be2a9c44e7379731f56a4e7.tar.bz2 openshift-34139ef4ef095aaf0be2a9c44e7379731f56a4e7.tar.xz openshift-34139ef4ef095aaf0be2a9c44e7379731f56a4e7.zip |
Fix rhel_subscribe boolean
This commit fixes a variable name to it's correct
name used in a when condition.
Also makes use of 'is defined' consistent.
Diffstat (limited to 'roles/openshift_repos')
-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 3a6667863..65bd3b47d 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: |