commit | 8974d079d1843a24c330d13aa40a5747dd79cf7c | [log] [tgz] |
---|---|---|
author | okozachenko1203 <okozachenko1203@users.noreply.github.com> | Thu Jan 26 03:06:20 2023 +1100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 25 11:08:31 2023 -0500 |
tree | 0a87ef7a18ed2c9d2af34f5384b89c4388533b9d | |
parent | 168b1775516f106f379322954cf5d97f2e23f742 [diff] |
fix: Synchronize files based on checksum in upload_helm_chart role
diff --git a/roles/upload_helm_chart/tasks/main.yml b/roles/upload_helm_chart/tasks/main.yml index c14a28c..02bcfaf 100644 --- a/roles/upload_helm_chart/tasks/main.yml +++ b/roles/upload_helm_chart/tasks/main.yml
@@ -4,5 +4,5 @@ dest: "{{ upload_helm_chart_dest }}" archive: false recursive: true - times: true + checksum: true delete: true