diff --git a/scripts/helm/roles/openreplay/tasks/install-apps.yaml b/scripts/helm/roles/openreplay/tasks/install-apps.yaml index f442065ac..3e511ac19 100644 --- a/scripts/helm/roles/openreplay/tasks/install-apps.yaml +++ b/scripts/helm/roles/openreplay/tasks/install-apps.yaml @@ -9,7 +9,7 @@ executable: /bin/bash when: app_name|length > 0 tags: app -- name: Installing openreplay core applications +- name: Installing OpenReplay core applications shell: | override='' [[ -f /tmp/'{{ item|basename }}' ]] && override='-f /tmp/{{ item|basename }}' || true