mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
changelog update
This commit is contained in:
parent
d118cf3e31
commit
b5b60ab1b4
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ Ansible Changes By Release
|
||||||
* service fixes to better detect status using return codes of the service script
|
* service fixes to better detect status using return codes of the service script
|
||||||
* ansible INI style format can do groups of groups [groupname:children] and group vars [groupname:vars]
|
* ansible INI style format can do groups of groups [groupname:children] and group vars [groupname:vars]
|
||||||
* sudo to a particular user with -U/--sudo-user, or using 'sudo_user: foo' in a playbook
|
* sudo to a particular user with -U/--sudo-user, or using 'sudo_user: foo' in a playbook
|
||||||
|
* internal inventory API now more object oriented, parsers decoupled
|
||||||
|
* --override-hosts removed (see following change...)
|
||||||
|
* able to pass host specifier or group name in to "hosts:" with --extra-vars
|
||||||
|
* git module supports branch=
|
||||||
|
* unicode now ok in templates (assumes utf8)
|
||||||
|
* modules all now log to syslog
|
||||||
|
|
||||||
0.3 "Baluchitherium" -- April 23, 2012
|
0.3 "Baluchitherium" -- April 23, 2012
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue