snap: now using CmdRunner (#6468)

* snap: now using CmdRunner

* add changelog frag

* minor adjustment + comment

* simplified args for cmdrunner when retrieving snap options

* Update changelogs/fragments/6468-snap-cmdrunner.yml
This commit is contained in:
Alexei Znamensky
2023-05-08 06:22:53 +12:00
committed by GitHub
parent fe224a6537
commit ca388f064a
3 changed files with 63 additions and 59 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- snap - refactor module to use ``CmdRunner`` to execute external commands (https://github.com/ansible-collections/community.general/pull/6468).