snap: fix bug when processing output (#6826)

* snap: fix bug when processing output

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-07-03 07:27:50 +12:00 committed by GitHub
commit eb734d03c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 483 additions and 8 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- snap - fix the processing of the commands' output, stripping spaces and newlines from it (https://github.com/ansible-collections/community.general/pull/6826, https://github.com/ansible-collections/community.general/issues/6803).