Wait for Ansible Tower instance to be ready

pull/58151/head
Sam Doran 6 years ago committed by Matt Clay
parent 26fff6f5c3
commit ea209e1c2f

@ -108,6 +108,7 @@ class TowerCloudProvider(CloudProvider):
aci = get_tower_aci(self.args, self.version)
aci.start()
aci.wait()
connection = aci.get()

Loading…
Cancel
Save