summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-31 11:53:40 -0400
committerRussell Teague <rteague@redhat.com>2017-09-01 11:09:40 -0400
commit7256ceb93e2a0bd1e2f6594972125589210176e1 (patch)
treecb8207b4d4caa32049f9363aa1ab858837884a53 /roles/openshift_logging/tasks
parent4a11ed0808f508d7e9d0953149377e2e181bdae9 (diff)
downloadopenshift-7256ceb93e2a0bd1e2f6594972125589210176e1.tar.gz
openshift-7256ceb93e2a0bd1e2f6594972125589210176e1.tar.bz2
openshift-7256ceb93e2a0bd1e2f6594972125589210176e1.tar.xz
openshift-7256ceb93e2a0bd1e2f6594972125589210176e1.zip
Adding deprecation checks to ansible_syntax
Diffstat (limited to 'roles/openshift_logging/tasks')
-rw-r--r--roles/openshift_logging/tasks/annotate_ops_projects.yaml2
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