summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/tasks/setup-helm.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/application/tasks/setup-helm.yml')
-rw-r--r--ansible/roles/application/tasks/setup-helm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/application/tasks/setup-helm.yml b/ansible/roles/application/tasks/setup-helm.yml
index 4b50ec1c..5e36547d 100644
--- a/ansible/roles/application/tasks/setup-helm.yml
+++ b/ansible/roles/application/tasks/setup-helm.yml
@@ -10,7 +10,7 @@
- name: Helm Add Repo
command: "{{ helm_bin_dir }}/helm repo add {{ helm_repository_name | mandatory }} {{ helm_repository_url | mandatory }}"
when: "'local' not in helm_repo_list.stdout"
- changed_when: true # when executed its a changed type of action
+ changed_when: false # for idempotency
- name: Check for deploy plugin presence
stat: