mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
Should be or not and
(cherry picked from commit 861988fd36)
Co-authored-by: Kendi <37668739+K3ndu@users.noreply.github.com>
This commit is contained in:
parent
9edb47ce32
commit
2dad1d46ae
@ -30,12 +30,12 @@ options:
|
|||||||
description:
|
description:
|
||||||
- The command to execute.
|
- The command to execute.
|
||||||
- Since this is a list of arguments, no quoting is needed.
|
- Since this is a list of arguments, no quoting is needed.
|
||||||
- Exactly one of I(argv) and I(command) must be specified.
|
- Exactly one of I(argv) or I(command) must be specified.
|
||||||
command:
|
command:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- The command to execute.
|
- The command to execute.
|
||||||
- Exactly one of I(argv) and I(command) must be specified.
|
- Exactly one of I(argv) or I(command) must be specified.
|
||||||
chdir:
|
chdir:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user