diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-24 18:15:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-24 18:15:53 -0500 |
commit | 1ef463e727e202ba7595976f0478110b3b7585d0 (patch) | |
tree | 54d1d1c837bd7b4aa7e62533a0ce154a2d91e39d /playbooks/openshift-master/private | |
parent | 0338debbd35254c884487ceb1064b1eabde0149e (diff) | |
parent | 3e1488493484d64e7448c468dd840aa03ed617c8 (diff) | |
download | openshift-1ef463e727e202ba7595976f0478110b3b7585d0.tar.gz openshift-1ef463e727e202ba7595976f0478110b3b7585d0.tar.bz2 openshift-1ef463e727e202ba7595976f0478110b3b7585d0.tar.xz openshift-1ef463e727e202ba7595976f0478110b3b7585d0.zip |
Merge pull request #6134 from fraenkel/allow_false
Allow openshift_install_examples to be false
Diffstat (limited to 'playbooks/openshift-master/private')
-rw-r--r-- | playbooks/openshift-master/private/additional_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-master/private/additional_config.yml b/playbooks/openshift-master/private/additional_config.yml index 32f638d42..b7cfbe4e4 100644 --- a/playbooks/openshift-master/private/additional_config.yml +++ b/playbooks/openshift-master/private/additional_config.yml @@ -24,7 +24,7 @@ - role: openshift_project_request_template when: openshift_project_request_template_manage - role: openshift_examples - when: openshift_install_examples | default(true, true) | bool + when: openshift_install_examples | default(true) | bool registry_url: "{{ openshift.master.registry_url }}" - role: openshift_hosted_templates registry_url: "{{ openshift.master.registry_url }}" |