ci: linter

This commit is contained in:
Guido Grazioli 2023-03-03 10:54:50 +01:00
commit 7abdd83ea4
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
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: