Wait for Ansible Tower instance to be ready
This commit is contained in:
parent
26fff6f5c3
commit
ea209e1c2f
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ class TowerCloudProvider(CloudProvider):
|
|||
|
||||
aci = get_tower_aci(self.args, self.version)
|
||||
aci.start()
|
||||
aci.wait()
|
||||
|
||||
connection = aci.get()
|
||||
|
||||
|
|
Loading…
Reference in a new issue