ansible/docs/docsite/rst/porting_guides
parmsib a5d69f2a26 Make docker_stack adhere to standard ansible return values (#63467)
* Make docker_stack adhere to standard return values

The names of the various fields returned from ansible modules are e.g defined here https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#msg.

Adhering to this improves usability and makes use of functionality for e.g stdout_lines etc.

* Update lib/ansible/modules/cloud/docker/docker_stack.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Fix under-indentation of continuation line (pep8)

Issue exposed in test here https://app.shippable.com/github/ansible/ansible/runs/146667/1/console

* Don't break old playbooks/roles

Made sure the changes are only adding new variables, not removing anything existing yet.

* Added comment

* Minor fixes

* Update lib/ansible/modules/cloud/docker/docker_stack.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Update lib/ansible/modules/cloud/docker/docker_stack.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* minor change to docker_stack.py

* Add changelog fragment for PR 63467

* Format changelog fragment

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Add fragment about docker_stack return val depr

* Add docker_stack doc note about deprecated vals

* Remove whitespace in empty line

* Add docker_stack depr notice to porting guide

* Update changelogs/fragments/63467-docker-stack-return-fix.yml

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Update docs/docsite/rst/porting_guides/porting_guide_2.10.rst

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Update lib/ansible/modules/cloud/docker/docker_stack.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* Added back a missing new line
2019-10-30 19:42:19 +01:00
..
porting_guide_2.0.rst
porting_guide_2.3.rst
porting_guide_2.4.rst
porting_guide_2.5.rst doc: fix typos (#62852) 2019-09-26 10:18:29 -04:00
porting_guide_2.6.rst
porting_guide_2.7.rst replace - fixed combined before and after usage (#31452) 2019-03-26 11:49:58 -04:00
porting_guide_2.8.rst Fix doc - porting_guide_2.8 value example (#63493) 2019-10-15 10:50:10 -05:00
porting_guide_2.9.rst Update porting_guide_2.9.rst (#64082) 2019-10-30 12:48:57 -05:00
porting_guide_2.10.rst Make docker_stack adhere to standard ansible return values (#63467) 2019-10-30 19:42:19 +01:00
porting_guides.rst Fix 2.8 changlog url and reverse order porting guides TOC (#56373) 2019-05-14 08:43:47 -05:00