summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_hosted_logging/tasks/main.yaml')
-rw-r--r--roles/openshift_hosted_logging/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_hosted_logging/tasks/main.yaml b/roles/openshift_hosted_logging/tasks/main.yaml
index aea53804a..42568597a 100644
--- a/roles/openshift_hosted_logging/tasks/main.yaml
+++ b/roles/openshift_hosted_logging/tasks/main.yaml
@@ -1,8 +1,8 @@
---
- name: Cleanup logging deployment
- include: {{ role_path }}/tasks/cleanup_logging.yaml
+ include: "{{ role_path }}/tasks/cleanup_logging.yaml"
when: openshift_hosted_logging_cleanup | default(false) | bool
- name: Deploy logging
- include: {{ role_path }}/tasks/deploy_logging.yaml
+ include: "{{ role_path }}/tasks/deploy_logging.yaml"
when: not openshift_hosted_logging_cleanup | default(false) | bool