mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Add --remote-terminate
option to ansible-test.
Set `--remote-terminate success` for osx tests.
This commit is contained in:
parent
bb90f5d220
commit
fb9efd3c7e
4 changed files with 13 additions and 2 deletions
|
@ -467,6 +467,7 @@ class EnvironmentConfig(CommonConfig):
|
|||
|
||||
self.remote_stage = args.remote_stage # type: str
|
||||
self.remote_aws_region = args.remote_aws_region # type: str
|
||||
self.remote_terminate = args.remote_terminate # type: str
|
||||
|
||||
self.requirements = args.requirements # type: bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue