diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-09-02 01:57:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-02 01:57:42 -0400 |
commit | 20cf3396e4aae5aef6485a23e6cc3134c7a2d1be (patch) | |
tree | dbeb2098a67462afb265268e08f129e4cdcda11e /roles | |
parent | 42c508571e797f7e548753295b4bdcfb4e50f5fb (diff) | |
parent | 7256ceb93e2a0bd1e2f6594972125589210176e1 (diff) | |
download | openshift-20cf3396e4aae5aef6485a23e6cc3134c7a2d1be.tar.gz openshift-20cf3396e4aae5aef6485a23e6cc3134c7a2d1be.tar.bz2 openshift-20cf3396e4aae5aef6485a23e6cc3134c7a2d1be.tar.xz openshift-20cf3396e4aae5aef6485a23e6cc3134c7a2d1be.zip |
Merge pull request #5287 from mtnbikenc/deprecation-checks
Merged by openshift-bot
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_logging/tasks/annotate_ops_projects.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/tasks/annotate_ops_projects.yaml b/roles/openshift_logging/tasks/annotate_ops_projects.yaml index d4b33616a..fcb4c94d3 100644 --- a/roles/openshift_logging/tasks/annotate_ops_projects.yaml +++ b/roles/openshift_logging/tasks/annotate_ops_projects.yaml @@ -14,4 +14,4 @@ content: metadata#annotations#openshift.io/logging.ui.hostname: "{{ openshift_logging_kibana_ops_hostname }}" with_items: "{{ __logging_ops_projects.results }}" - when: "{{ item.results.stderr is not defined }}" + when: item.results.stderr is not defined |