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
+2 -2
View File
@@ -42,12 +42,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: