Update docker_container_exec.py documentation (#642) (#643)

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:
patchback[bot] 2023-06-01 13:18:32 +02:00 committed by GitHub
parent 9edb47ce32
commit 2dad1d46ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,12 @@ options:
description:
- The command to execute.
- 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:
type: str
description:
- 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:
type: str
description: