mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
stdin arg: add documentation to shell module
This commit is contained in:
parent
905c25559d
commit
9e8a3f4302
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: True
|
default: True
|
||||||
version_added: "1.8"
|
version_added: "1.8"
|
||||||
|
stdin:
|
||||||
|
version_added: "2.4"
|
||||||
|
description:
|
||||||
|
- Set the stdin of the command directly to the specified value.
|
||||||
|
required: false
|
||||||
|
default: null
|
||||||
notes:
|
notes:
|
||||||
- If you want to execute a command securely and predictably, it may be
|
- If you want to execute a command securely and predictably, it may be
|
||||||
better to use the M(command) module instead. Best practices when writing
|
better to use the M(command) module instead. Best practices when writing
|
||||||
|
|
Loading…
Reference in a new issue