mirror of https://github.com/ansible/ansible.git
[2.7] docker_swarm_service: rename return variable to swarm_service (#53408)
* docker_swarm_service: rename return variable to swarm_service (#53229)
* Rename return variable to swarm_service.
* Add changelog.
* Add that old name will stay in Ansible 2.7.x.
(cherry picked from commit 61abbfc269)
* Keep old variable for backwards compatibility.
pull/53477/head
parent
3eccd83891
commit
3380defd67
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- "docker_swarm_service - the return value was documented as ``ansible_swarm_service``, but the
|
||||
module actually returned ``ansible_docker_service``. Documentation and code have been updated
|
||||
so that the variable is now called ``swarm_service``. In Ansible 2.7.x, the old name
|
||||
``ansible_docker_service`` can still be used to access the result."
|
||||
Loading…
Reference in New Issue