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
commit ca388f064a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).