diff options
author | Michael DeHaan <michael@ansible.com> | 2014-08-22 16:12:32 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-08-22 16:12:48 -0400 |
commit | a419ffdf41ff6c2ce04ab55251876170a29c7e3f (patch) | |
tree | 1fa9f6832db4f56ad156ae8bc05c4c2abeb54847 /CHANGELOG.md | |
parent | b44e22aa68ba71f0baa3bc37f7d92f051dfed505 (diff) | |
download | ansible-a419ffdf41ff6c2ce04ab55251876170a29c7e3f.tar.gz |
Make command warnings off by default to minimize surprises.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 764fccfc3a..1709dafce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ New core features: * 'ansible vault view filename.yml' opens filename.yml decrypted in a pager. * no_log parameter now surpressess data from callbacks/output as well as syslog * ansible-galaxy install -f requirements.yml allows advanced options and installs from non-galaxy SCM sources and tarballs. -* command_warnings feature will warn about when usage of the shell/command module can be simplified to use core modules - this can be disabled in ansible.cfg +* command_warnings feature will warn about when usage of the shell/command module can be simplified to use core modules - this can be enabled in ansible.cfg New Modules: |