summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-04-19 18:21:27 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-04-19 18:21:27 -0400
commit2cb24987e10c7198bfb956cf5f59d898cd77d688 (patch)
tree9a47f28d06ba210145de7df5eb095665ecacc3e4 /CHANGELOG.md
parentbdb46ad0ccd9b3e9c2d097ff3dc10af2bb649ba4 (diff)
downloadansible-2cb24987e10c7198bfb956cf5f59d898cd77d688.tar.gz
removed extra/reformated lines
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c75285021..292685ad6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,9 +12,6 @@ Ansible Changes By Release
* Added facility for modules to send back 'diff' for display when ansible is called with --diff, updated several modules to return this info
* Added ansible-console tool, a REPL shell that allows running adhoc tasks against a chosen inventory (based on https://github.com/dominis/ansible-shell)
* New meta action, `meta: clear_facts` which will remove existing facts for the current host from current memory and facts cache.
-* added facility for modules to send back 'diff' for display when ansible is called with --diff, updated several modules to return this info
-* added ansible-console tool, a REPL shell that allows running adhoc tasks against a chosen inventory (based on https://github.com/dominis/ansible-shell)
-* new meta action, `meta: clear_facts` which will remove existing facts for the current host from current memory and facts cache.
* copy module can now transparently use a vaulted file as source, if vault passwords were provided it will decrypt and copy on the fly.
####New Modules: