mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Revert "Add 'stdin' argument to command/shell modules"
This reverts commit 393909d0cc
.
Reverte so that we can maintain authorship
This commit is contained in:
parent
4729981eba
commit
872255b791
3 changed files with 1 additions and 44 deletions
|
@ -60,12 +60,6 @@ options:
|
|||
required: false
|
||||
default: True
|
||||
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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue