snap - fixed param order (#2918) (#2932)

* fixed param order

* added changelog fragment

* rebased and uncommented tests per PR

* added /snap link in RH

* typo in tests

* Update tests/integration/targets/snap/tasks/default.yml

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 9b02230477)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-07-03 17:04:42 +02:00
committed by GitHub
parent 4b59174063
commit 82e7e931a8
4 changed files with 58 additions and 50 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- snap - fixed the order of the ``--classic`` parameter in the command line invocation (https://github.com/ansible-collections/community.general/issues/2916).