diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-02-01 10:38:29 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-02-01 11:09:38 -0600 |
commit | 64423cc6a7772b4ba894f05b5c18de3a0895570d (patch) | |
tree | c849b27d31e1c41dbd8b23155b72e1b3efec422f /playbooks/common/openshift-cluster | |
parent | fca1c828306729a4a248603c26ecd58743a50601 (diff) | |
download | openshift-64423cc6a7772b4ba894f05b5c18de3a0895570d.tar.gz openshift-64423cc6a7772b4ba894f05b5c18de3a0895570d.tar.bz2 openshift-64423cc6a7772b4ba894f05b5c18de3a0895570d.tar.xz openshift-64423cc6a7772b4ba894f05b5c18de3a0895570d.zip |
Updating oc_apply changed_when conditions, fixing filter usage for openshift_hosted_logging playbook
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_hosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_hosted.yml b/playbooks/common/openshift-cluster/openshift_hosted.yml index 021d19dad..34f1a979b 100644 --- a/playbooks/common/openshift-cluster/openshift_hosted.yml +++ b/playbooks/common/openshift-cluster/openshift_hosted.yml @@ -55,4 +55,4 @@ - include_role: name: openshift_hosted_logging tasks_from: update_master_config - when: openshift_hosted_logging_deploy | default(false) | boola + when: openshift_hosted_logging_deploy | default(false) | bool |