This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user