mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 00:51:23 -07:00
snap_alias: fix regex expression when listing aliases (#6361)
* snap_alias: fix regex expression when listing aliases * simplify regex, add changelog
This commit is contained in:
parent
996fc8c18e
commit
4171418e37
3 changed files with 7 additions and 3 deletions
2
changelogs/fragments/6361-snap-alias-regex-bugfix.yml
Normal file
2
changelogs/fragments/6361-snap-alias-regex-bugfix.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- snap_alias - module would only recognize snap names containing letter, numbers or the underscore character, failing to identify valid snap names such as ``lxd.lxc`` (https://github.com/ansible-collections/community.general/pull/6361).
|
Loading…
Add table
Add a link
Reference in a new issue