mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Update docker_container_exec.py documentation (#642)
Should be or not and
This commit is contained in:
parent
cad2ecca3d
commit
861988fd36
@ -42,12 +42,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