mirror of https://github.com/ansible/ansible.git
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.pull/53391/head
parent
70f6cdb814
commit
61abbfc269
@ -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