Skip to content

Commit e07339b

Browse files
committed
roles/kubernetes-apps/argocd/tasks/main.yml : sha256 to checksum
Fixes #12223
1 parent c7c3d2b commit e07339b

File tree

1 file changed

+1
-1
lines changed
  • roles/kubernetes-apps/argocd/tasks

1 file changed

+1
-1
lines changed

roles/kubernetes-apps/argocd/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
unarchive: false
3838
owner: "root"
3939
mode: "0644"
40-
sha256: ""
40+
checksum: ""
4141
download: "{{ download_defaults | combine(download_argocd) }}"
4242
with_items: "{{ argocd_templates | selectattr('url', 'defined') | list }}"
4343
loop_control:

0 commit comments

Comments
 (0)