1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add ziploader to CHANGELOG

This commit is contained in:
Toshio Kuratomi 2016-04-20 09:16:19 -07:00
parent 6520312a65
commit ffae10a312

View file

@ -13,6 +13,7 @@ Ansible Changes By Release
* 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.
* The way new-style python modules (which include all of the non-windows modules shipped with Ansible) are assembled before execution on the remote machine has been changed. The new way stays cloesr to how python imports modules which will make it easier to write moduels which rely heavily on shared code.
####New Modules:
- aws