mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
committed by
Brian Coca
parent
367c62c9b5
commit
0bf9052e06
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user