snap: fix regex to support option values with whitespaces (#5475)

* snap: fix regex to support option values with whitespaces

* add changelog fragment
This commit is contained in:
Alexei Znamensky 2022-11-06 23:41:11 +13:00 committed by GitHub
commit 8fb2228125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- snap - allow values in the ``options`` parameter to contain whitespaces (https://github.com/ansible-collections/community.general/pull/5475).