File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
roles/kubernetes-apps/argocd Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ argocd_version: 2.14.5
4
4
argocd_namespace : argocd
5
5
# argocd_admin_password:
6
6
argocd_install_url : " https://raw.githubusercontent.com/argoproj/argo-cd/v{{ argocd_version }}/manifests/install.yaml"
7
+ argocd_install_checksum : " sha256:247ccda29c9faac4e0c8598680f5ebefff9911e957e3aeaf838eb4bbf455f2f4"
Original file line number Diff line number Diff line change 23
23
file : argocd-install.yml
24
24
namespace : " {{ argocd_namespace }}"
25
25
url : " {{ argocd_install_url }}"
26
+ checksum : " {{ argocd_install_checksum }}"
26
27
when :
27
28
- " inventory_hostname == groups['kube_control_plane'][0]"
28
29
37
38
unarchive : false
38
39
owner : " root"
39
40
mode : " 0644"
40
- sha256 : " "
41
+ checksum : " {{ item.checksum }} "
41
42
download : " {{ download_defaults | combine(download_argocd) }}"
42
43
with_items : " {{ argocd_templates | selectattr('url', 'defined') | list }}"
43
44
loop_control :
You can’t perform that action at this time.
0 commit comments