1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix call to wrong method in ansible-test.

This commit is contained in:
Matt Clay 2017-05-05 18:18:40 +08:00
parent ad0a01ffb5
commit 201242f302

View file

@ -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']