snap - improved error handling (#3211)

* snap - improved error handling

* added changelog fragment

* removed experiments left overs

* rolled back the smaller list of params for commands other than install
This commit is contained in:
Alexei Znamensky 2021-08-29 07:54:39 +12:00 committed by GitHub
commit a91eb6ae4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 55 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- snap - improved module error handling, especially for the case when snap server is down (https://github.com/ansible-collections/community.general/issues/2970).