mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
incus connection: fix regex (#11347)
* incus connection: fix regex * updates * Apply suggestions from code review * expand regexp capture * add changelog frag * Update plugins/connection/incus.py * split arguments after command option * Update plugins/connection/incus.py * remove *() and split from the last command * add tests, make small adjustments * remove redundant strip() * add more tests * adjusted changelog fragment
This commit is contained in:
6
changelogs/fragments/11347-incus-regex.yml
Normal file
6
changelogs/fragments/11347-incus-regex.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
bugfixes:
|
||||
- >
|
||||
incus connection plugin - fix parsing of commands for Windows, enforcing a ``\`` after the drive letter and colon symbol
|
||||
(https://github.com/ansible-collections/community.general/pull/11347).
|
||||
minor_changes:
|
||||
- incus connection plugin - simplify regular expression matching commands (https://github.com/ansible-collections/community.general/pull/11347).
|
||||
Reference in New Issue
Block a user