This commit is contained in:
parent
b6ac086a31
commit
e7e3b69d95
@ -122,11 +122,6 @@
|
||||
src: registries.j2
|
||||
|
||||
- block:
|
||||
module_defaults:
|
||||
ansible.builtin.uri:
|
||||
validate_certs: no
|
||||
status_code: [200, 201]
|
||||
body_format: json
|
||||
|
||||
- name: Install gitea chart
|
||||
kubernetes.core.helm:
|
||||
@ -208,6 +203,12 @@
|
||||
loop_control:
|
||||
label: "{{ item.organization + '/' + item.body.name }}"
|
||||
|
||||
module_defaults:
|
||||
ansible.builtin.uri:
|
||||
validate_certs: no
|
||||
status_code: [200, 201]
|
||||
body_format: json
|
||||
|
||||
- name: Install argo-cd chart
|
||||
kubernetes.core.helm:
|
||||
name: argo-cd
|
||||
|
Loading…
Reference in New Issue
Block a user