More small docs fixes. (#281)

This commit is contained in:
Felix Fontein
2022-01-10 07:42:40 +01:00
committed by GitHub
parent 825aeb6d8a
commit fbbc0898ed
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ options:
specified for lists or sets, the container will only be updated or restarted if
the module option contains a value which is not present in the container's
options. If the option is specified for a dict, the container will only be updated
or restarted if the module option contains a key which isn't present in the
or restarted if the module option contains a key which is not present in the
container's option, or if the value of a key present differs.
- The wildcard option C(*) can be used to set one of the default values C(strict)
or C(ignore) to I(all) comparisons which are not explicitly set to other values.
@@ -1054,7 +1054,7 @@ EXAMPLES = '''
volumes:
- /tmp:/tmp
comparisons:
image: ignore # don't restart containers with older versions of the image
image: ignore # do not restart containers with older versions of the image
env: strict # we want precisely this environment
volumes: allow_more_present # if there are more volumes, that's ok, as long as `/tmp:/tmp` is there
+1 -1
View File
@@ -78,7 +78,7 @@ nodes:
- Facts representing the current state of the nodes. Matches the C(docker node inspect) output.
- Can contain multiple entries if more than one node provided in I(name), or I(name) is not provided.
- If I(name) contains a list of nodes, the output will provide information on all nodes registered
at the swarm, including nodes that left the swarm but haven't been removed from the cluster on swarm
at the swarm, including nodes that left the swarm but have not been removed from the cluster on swarm
managers and nodes that are unreachable.
returned: always
type: list