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:
parent
ad0a01ffb5
commit
201242f302
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class AwsCloudProvider(CloudProvider):
|
||||||
|
|
||||||
aci = self._create_ansible_core_ci()
|
aci = self._create_ansible_core_ci()
|
||||||
|
|
||||||
response = aci.start_remote()
|
response = aci.start()
|
||||||
|
|
||||||
if not self.args.explain:
|
if not self.args.explain:
|
||||||
credentials = response['aws']['credentials']
|
credentials = response['aws']['credentials']
|
||||||
|
|
Loading…
Reference in a new issue