Documentation update for labels operations on swarm/node (#53083)
* Update lib/ansible/modules/cloud/docker/docker_node.py
* Update lib/ansible/modules/cloud/docker/docker_swarm.py
Co-Authored-By: WojciechowskiPiotr <23406016+WojciechowskiPiotr@users.noreply.github.com>
(cherry picked from commit ec4cf26d60
)
This commit is contained in:
parent
8b9c96aad5
commit
9e40404d9a
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ options:
|
||||||
labels:
|
labels:
|
||||||
description:
|
description:
|
||||||
- User-defined key/value metadata.
|
- User-defined key/value metadata.
|
||||||
|
- Label operations in this module apply to the docker swarm cluster.
|
||||||
|
Use M(docker_node) module to add/modify/remove swarm node labels.
|
||||||
type: dict
|
type: dict
|
||||||
signing_ca_cert:
|
signing_ca_cert:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue