summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-master
diff options
context:
space:
mode:
authorMichael Fraenkel <michael.fraenkel@gmail.com>2017-11-15 22:03:56 -0500
committerMichael Fraenkel <michael.fraenkel@gmail.com>2017-11-22 23:14:02 -0500
commit3e1488493484d64e7448c468dd840aa03ed617c8 (patch)
tree660f2849d81c2af405bc95252df87d9e112a0216 /playbooks/openshift-master
parentd2853aeb1c5afc67d0cc27a91c093f1e737e654a (diff)
downloadopenshift-3e1488493484d64e7448c468dd840aa03ed617c8.tar.gz
openshift-3e1488493484d64e7448c468dd840aa03ed617c8.tar.bz2
openshift-3e1488493484d64e7448c468dd840aa03ed617c8.tar.xz
openshift-3e1488493484d64e7448c468dd840aa03ed617c8.zip
Allow openshift_install_examples to be false
when using yaml or json, a false value is converted to true
Diffstat (limited to 'playbooks/openshift-master')
-rw-r--r--playbooks/openshift-master/private/additional_config.yml2
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 }}"