fix: linter

This commit is contained in:
Guido Grazioli 2022-04-28 11:58:29 +02:00
commit 78d5499abf
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
5 changed files with 11 additions and 6 deletions

View file

@ -23,6 +23,7 @@
method: POST
body: "client_id=admin-cli&username=admin&password={{ keycloak_admin_password }}&grant_type=password"
validate_certs: no
register: keycloak_auth_response
until: keycloak_auth_response.status == 200
retries: 2
delay: 2