ansible-test - Add support for windows/2022 (#75743)

ci_complete
pull/75744/head
Matt Clay 3 years ago committed by GitHub
parent 4ea8d9a782
commit 178a67fd40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ stages:
- test: 2012-R2
- test: 2016
- test: 2019
- test: 2022
- stage: Remote
dependsOn: []
jobs:
@ -220,6 +221,7 @@ stages:
- test: 2012-R2
- test: 2016
- test: 2019
- test: 2022
- stage: Incidental
dependsOn: []
jobs:

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Add support for Windows Server 2022.

@ -2,3 +2,4 @@ windows/2012 provider=aws
windows/2012-R2 provider=aws
windows/2016 provider=aws
windows/2019 provider=aws
windows/2022 provider=aws

Loading…
Cancel
Save