mirror of https://github.com/ansible/ansible.git
Add support for Windows Server 2025 (#84285)
Adds Windows Server 2025 to the testing matrix.pull/84288/head
parent
bf48b538f8
commit
7501bbec20
@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- >-
|
||||
Windows - Add support for Windows Server 2025 to Ansible and as an ``ansible-test``
|
||||
remote target - https://github.com/ansible/ansible/issues/84229
|
@ -1,4 +1,5 @@
|
||||
windows/2016 provider=aws arch=x86_64 connection=winrm+http
|
||||
windows/2019 provider=aws arch=x86_64 connection=winrm+https
|
||||
windows/2022 provider=aws arch=x86_64 connection=winrm+https
|
||||
windows/2025 provider=aws arch=x86_64 connection=winrm+https
|
||||
windows provider=aws arch=x86_64 connection=winrm+https
|
||||
|
Loading…
Reference in New Issue