Update docker_container_exec.py documentation (#642)

Should be or not and
This commit is contained in:
Kendi 2023-06-01 13:59:49 +03:00 committed by GitHub
parent cad2ecca3d
commit 861988fd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: