mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
* docker_swarm: document manager removal
Add note that community.docker.swarm_node needs to
be used to demote a manager before it can be removed.
Fixes #601.
* docker_swarm: improve wording
* docker_swarm: fix formatting
(cherry picked from commit 634da44f67)
Co-authored-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
This commit is contained in:
parent
88fb666d41
commit
93f3bd62d0
@ -67,6 +67,7 @@ options:
|
||||
- Set to C(absent), to leave an existing cluster.
|
||||
- Set to C(remove), to remove an absent node from the cluster.
|
||||
Note that removing requires Docker SDK for Python >= 2.4.0.
|
||||
- M(community.docker.docker_node) can be used to demote a manager before removal.
|
||||
type: str
|
||||
default: present
|
||||
choices:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user