mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
eff452e4a5
snap_alias: fix regex expression when listing aliases (#6361)
* snap_alias: fix regex expression when listing aliases
* simplify regex, add changelog
(cherry picked from commit 4171418e37
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2 lines
249 B
YAML
2 lines
249 B
YAML
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).
|