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

ci_complete
This commit is contained in:
Matt Clay
2021-09-21 13:51:13 +10:00
committed by GitHub
parent 4ea8d9a782
commit 178a67fd40
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -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