issue #113: import crash reproduction
parent
b527628b17
commit
57b9d59e90
@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Get auth token
|
||||||
|
uri:
|
||||||
|
url: "https://httpbin.org/post"
|
||||||
|
method: POST
|
||||||
|
body: "client_id=admin-cli&username=admin&\
|
||||||
|
password=keycloak_admin_password&grant_type=password"
|
||||||
|
return_content: true
|
||||||
|
validate_certs: false
|
||||||
|
register: r_token
|
||||||
|
no_log: false
|
||||||
|
run_once: true
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue