mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update changelog
This commit is contained in:
parent
602656f02c
commit
6a64e9f024
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,7 @@ New playbook/language features:
|
||||||
* parameterized playbook includes can now define complex variables (not just all on one line)
|
* parameterized playbook includes can now define complex variables (not just all on one line)
|
||||||
* making inventory variables available for use in vars_files paths
|
* making inventory variables available for use in vars_files paths
|
||||||
* messages when skipping plays are now more clear
|
* messages when skipping plays are now more clear
|
||||||
|
* --extra-vars now has maximum precedence (as intended)
|
||||||
|
|
||||||
Module fixes and new flags:
|
Module fixes and new flags:
|
||||||
|
|
||||||
|
@ -55,6 +56,7 @@ Module fixes and new flags:
|
||||||
* fix to enable Jinja2 {% include %} to work again in template
|
* fix to enable Jinja2 {% include %} to work again in template
|
||||||
* ec2 module is now powered by Boto
|
* ec2 module is now powered by Boto
|
||||||
* setup module can now detect if package manager is using pacman
|
* setup module can now detect if package manager is using pacman
|
||||||
|
* fix for yum module with enablerepo in use on EL 6
|
||||||
|
|
||||||
Core fixes and new behaviors:
|
Core fixes and new behaviors:
|
||||||
|
|
||||||
|
@ -67,6 +69,10 @@ Core fixes and new behaviors:
|
||||||
* handle tilde shell character for --private-key
|
* handle tilde shell character for --private-key
|
||||||
* hash merging policy is now selectable in the config file, can choose to override or merge
|
* hash merging policy is now selectable in the config file, can choose to override or merge
|
||||||
* environment variables now available for setting all plugin paths (ANSIBLE_CALLBACK_PLUGINS, etc)
|
* environment variables now available for setting all plugin paths (ANSIBLE_CALLBACK_PLUGINS, etc)
|
||||||
|
* added packaging file for macports (not upstreamed yet)
|
||||||
|
* hacking/test-module script now uses /usr/bin/env properly
|
||||||
|
* fixed error formatting for certain classes of playbook syntax errors
|
||||||
|
* fix for processing returns with large volumes of output
|
||||||
|
|
||||||
Inventory files/scripts:
|
Inventory files/scripts:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue