summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/install_support.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_logging/tasks/install_support.yaml')
-rw-r--r--roles/openshift_logging/tasks/install_support.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/openshift_logging/tasks/install_support.yaml b/roles/openshift_logging/tasks/install_support.yaml
index 71979a7d8..da0bbb627 100644
--- a/roles/openshift_logging/tasks/install_support.yaml
+++ b/roles/openshift_logging/tasks/install_support.yaml
@@ -6,6 +6,7 @@
register: logging_project_result
ignore_errors: yes
when: not ansible_check_mode
+ changed_when: no
- name: "Create logging project"
command: >
@@ -37,9 +38,10 @@
- name: Generate kibana-proxy oauth client
template: src=oauth-client.j2 dest={{mktemp.stdout}}/templates/oauth-client.yaml
vars:
- secret: "{{oauth_secret.stdout}}"
- when: oauth_secret.stdout is defined
+ secret: "{{oauth_secret}}"
+ when: oauth_secret is defined
check_mode: no
+ changed_when: no
- include: generate_clusterroles.yaml