snap_alias: refactor code out to module utils (#6441)

* snap_alias: refactor code out to module utils

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-04-28 20:02:07 +12:00 committed by GitHub
commit d4df585370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 23 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- snap_alias - refactor code to module utils (https://github.com/ansible-collections/community.general/pull/6441).