Skip to content

Commit

Permalink
wait for app to be synchronized
Browse files Browse the repository at this point in the history
corrected bug #25  for waiting the app to be synced to RH SSO
  • Loading branch information
hguerrero committed Nov 30, 2018
1 parent 0db764b commit d1c39ef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
Authorization: 'Bearer {{TKN}}'
validate_certs: no
register: client_text
until: ("www-secured" in client_text.content)
retries: 20
delay: 30

- set_fact: IdClientApp={{ (client_text.content | from_json | json_query(query)) }}
vars:
Expand Down

0 comments on commit d1c39ef

Please sign in to comment.