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
parent 69641d36e1
commit a91eb6ae4f
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).