mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add Azure provider support to ansible-test and CI.
ci_complete
This commit is contained in:
@@ -48,9 +48,13 @@ class EnvironmentConfig(CommonConfig):
|
||||
self.tox_sitepackages = args.tox_sitepackages # type: bool
|
||||
|
||||
self.remote_stage = args.remote_stage # type: str
|
||||
self.remote_provider = args.remote_provider # type: str
|
||||
self.remote_aws_region = args.remote_aws_region # type: str
|
||||
self.remote_terminate = args.remote_terminate # type: str
|
||||
|
||||
if self.remote_provider == 'default':
|
||||
self.remote_provider = None
|
||||
|
||||
self.requirements = args.requirements # type: bool
|
||||
|
||||
if self.python == 'default':
|
||||
|
||||
Reference in New Issue
Block a user