mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
docker_swarm_service: Remove defaults (#52420)
* Remove update_parallelism default * Remove update_delay default * Add documentation about removing defaults * Present porting guide changes as a list
This commit is contained in:
parent
367c62c9b5
commit
0bf9052e06
4 changed files with 13 additions and 7 deletions
|
@ -185,7 +185,10 @@ Noteworthy module changes
|
|||
|
||||
* The ``docker_service`` module was renamed to :ref:`docker_compose <docker_compose_module>`.
|
||||
|
||||
* The ``docker_swarm_service`` module no longer sets a default for the ``user`` option. Before, the default was ``root``.
|
||||
* The ``docker_swarm_service`` module no longer sets a defaults for the following options:
|
||||
* ``user``. Before, the default was ``root``.
|
||||
* ``update_delay``. Before, the default was ``10``.
|
||||
* ``update_parallelism``. Before, the default was ``1``.
|
||||
|
||||
* ``vmware_vm_facts`` used to return dict of dict with virtual machine's facts. Ansible 2.8 and onwards will return list of dict with virtual machine's facts.
|
||||
Please see module ``vmware_vm_facts`` documentation for example.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue