1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Add support for setup targets to ansible-test. (#28544)

* Add support for setup targets to ansible-test.
* Code cleanup.
This commit is contained in:
Matt Clay 2017-08-23 14:09:50 -04:00 committed by GitHub
parent 282e743eb0
commit 5ea8a5e34b
6 changed files with 99 additions and 37 deletions

View file

@ -343,7 +343,7 @@ class CloudEnvironment(CloudBase):
def on_failure(self, target, tries):
"""
:type target: TestTarget
:type target: IntegrationTarget
:type tries: int
"""
pass