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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user