summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/tasks/transfer-helm-charts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/application/tasks/transfer-helm-charts.yml')
-rw-r--r--ansible/roles/application/tasks/transfer-helm-charts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/application/tasks/transfer-helm-charts.yml b/ansible/roles/application/tasks/transfer-helm-charts.yml
index 9b36cffe..15072dce 100644
--- a/ansible/roles/application/tasks/transfer-helm-charts.yml
+++ b/ansible/roles/application/tasks/transfer-helm-charts.yml
@@ -8,7 +8,6 @@
warn: false
tags:
- skip_ansible_lint # Prevent '[303] tar used in place of unarchive module'
- changed_when: false # for idempotency
delegate_to: localhost
- name: Create helm charts dir on infra
file:
@@ -19,5 +18,6 @@
unarchive:
src: "{{ app_helm_charts_install_directory }}.tgz"
dest: "{{ app_helm_charts_infra_directory }}"
+ tags: molecule-idempotence-notest
- include_tasks: install-helm-plugins.yml