mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
docker_swarm: document docker_node module for manager removal (#602)
* 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
This commit is contained in:
parent
5d61cb2b8d
commit
634da44f67
@ -81,6 +81,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