[PR #11199/22a4f8e2 backport][stable-12] Added support for Windows VM with Incus connection. (#11227)

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

* Added support for Windows VM with Incus connection.

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



* Attempt to fix the argument splitting.

* Only split on the first occurrence of the command argument

* Applying nox

---------


(cherry picked from commit 22a4f8e272)

Co-authored-by: Marc Olivier Bergeron <mbergeron28@proton.me>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-11-29 15:31:03 +01:00
committed by GitHub
parent 69fc892002
commit 5b06814575
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).