mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add Azure provider support to ansible-test and CI.
ci_complete
This commit is contained in:
@@ -280,7 +280,7 @@ def delegate_remote(args, exclude, require):
|
||||
platform = parts[0]
|
||||
version = parts[1]
|
||||
|
||||
core_ci = AnsibleCoreCI(args, platform, version, stage=args.remote_stage)
|
||||
core_ci = AnsibleCoreCI(args, platform, version, stage=args.remote_stage, provider=args.remote_provider)
|
||||
success = False
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user