Added support for Windows VM with Incus connection. (#11199)

* Added support for Windows VM with Incus connection.

* Update changelogs/fragments/11199-incus-windows.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Attempt to fix the argument splitting.

* Only split on the first occurrence of the command argument

* Applying nox

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Marc Olivier Bergeron
2025-11-29 09:18:02 -05:00
committed by GitHub
parent d550baacfa
commit 22a4f8e272
2 changed files with 62 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- incus connection plugin - add support for Windows virtual machines (https://github.com/ansible-collections/community.general/pull/11199).