|
|
@ -15,6 +15,8 @@ |
|
|
headers: |
|
|
headers: |
|
|
Authorization: 'Bearer {{ threescale_cicd_keycloak_access_token }}' |
|
|
Authorization: 'Bearer {{ threescale_cicd_keycloak_access_token }}' |
|
|
Content-Type: 'application/json' |
|
|
Content-Type: 'application/json' |
|
|
|
|
|
register: threescale_cicd_tmpresponse |
|
|
|
|
|
changed_when: 'threescale_cicd_tmpresponse.status == 200' |
|
|
|
|
|
|
|
|
- name: Wait for a couple seconds |
|
|
- name: Wait for a couple seconds |
|
|
pause: |
|
|
pause: |
|
|
|