Fix call to wrong method in ansible-test.

pull/24324/head
Matt Clay 8 years ago
parent ad0a01ffb5
commit 201242f302

@ -59,7 +59,7 @@ class AwsCloudProvider(CloudProvider):
aci = self._create_ansible_core_ci()
response = aci.start_remote()
response = aci.start()
if not self.args.explain:
credentials = response['aws']['credentials']

Loading…
Cancel
Save