mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Make command warnings off by default to minimize surprises.
This commit is contained in:
parent
b44e22aa68
commit
a419ffdf41
5 changed files with 9 additions and 9 deletions
|
@ -71,10 +71,9 @@ options:
|
|||
version_added: "1.8"
|
||||
default: yes
|
||||
description:
|
||||
- "turn off warnings about running a command that is provided by an Ansible module, suggesting you should use that module instead. 'Command warnings' can also be turned off globally in ansible.cfg"
|
||||
- if command warnings are on in ansible.cfg, do not warn about this particular line if set to no/false.
|
||||
required: false
|
||||
default: True
|
||||
version_added: "1.5"
|
||||
notes:
|
||||
- If you want to run a command through the shell (say you are using C(<),
|
||||
C(>), C(|), etc), you actually want the M(shell) module instead. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue