mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +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:
parent
367c62c9b5
commit
0bf9052e06
4 changed files with 13 additions and 7 deletions
|
|
@ -38,10 +38,10 @@ service_expected_output:
|
|||
restart_policy_delay: null
|
||||
restart_policy_window: null
|
||||
tty: null
|
||||
update_delay: 10
|
||||
update_delay: null
|
||||
update_failure_action: null
|
||||
update_max_failure_ratio: null
|
||||
update_monitor: null
|
||||
update_order: null
|
||||
update_parallelism: 1
|
||||
update_parallelism: null
|
||||
working_dir: null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue