Change block syntax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-07-13 12:05:08 +02:00
parent b6ac086a31
commit e7e3b69d95

View File

@ -122,11 +122,6 @@
src: registries.j2 src: registries.j2
- block: - block:
module_defaults:
ansible.builtin.uri:
validate_certs: no
status_code: [200, 201]
body_format: json
- name: Install gitea chart - name: Install gitea chart
kubernetes.core.helm: kubernetes.core.helm:
@ -208,6 +203,12 @@
loop_control: loop_control:
label: "{{ item.organization + '/' + item.body.name }}" 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 - name: Install argo-cd chart
kubernetes.core.helm: kubernetes.core.helm:
name: argo-cd name: argo-cd