mirror of https://github.com/ansible/ansible.git
docker_swarm: fix idempotency (#52976)
* Improve idempotency checking: only consider parameters which are part of the generated spec.
* Properly handle rotate_worker_token and rotate_manager_token.
(cherry picked from commit 42ae6cdb95)
pull/53192/head
parent
aed59e5695
commit
2ee64fd507
@ -1,2 +1,3 @@
|
||||
bugfixes:
|
||||
- "docker_swarm - do not crash with older docker daemons (https://github.com/ansible/ansible/issues/51175)."
|
||||
- "docker_swarm - improve idempotency checking; ``rotate_worker_token`` and ``rotate_manager_token`` are now also used when all other parameters have not changed."
|
||||
|
||||
Loading…
Reference in New Issue