Skip to content

Commit

Permalink
Add wait for Tower API in config-ansible-tower-ocp-ldap-ca role (#653)
Browse files Browse the repository at this point in the history
* Add a wait for Tower API

* Use existing role
  • Loading branch information
MAHDTech authored and jfilipcz committed Oct 20, 2021
1 parent 5347f4b commit 1978845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ openshift_project: "tower"
secret_volume_patch_data:
key: ldap.py
path: ldap.py

Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@
until: deployment_status_check.stdout == "deployment \"ansible-tower\" successfully rolled out"
retries: 6
delay: 10

- name: "Call 'wait-for-tower-to-be-ready' to ensure Ansible Tower is ready"
include_role:
name: "ansible/tower/wait-for-tower-to-be-ready"

0 comments on commit 1978845

Please sign in to comment.