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:
|
||||
- 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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user