ci: linter

This commit is contained in:
Guido Grazioli
2023-03-03 10:54:50 +01:00
parent 007094ab5b
commit 7abdd83ea4
9 changed files with 8 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
ansible.builtin.uri:
url: "{{ keycloak_url }}{{ keycloak_context }}/admin/realms"
method: POST
body: "{{ lookup('template','realm.json.j2') }}"
body: "{{ lookup('template', 'realm.json.j2') }}"
validate_certs: no
body_format: json
headers: