Make command warnings off by default to minimize surprises.

This commit is contained in:
Michael DeHaan
2014-08-22 16:12:32 -04:00
parent b44e22aa68
commit a419ffdf41
5 changed files with 9 additions and 9 deletions

View File

@@ -43,10 +43,10 @@ options:
version_added: "0.9"
warn:
description:
- turn off warnings about running a command that is provided by an Ansible module.
- 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"
version_added: "1.8"
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