Allow add_host to add hosts to multiple groups, groups is now an alias for groupname.

This commit is contained in:
Michael DeHaan 2013-02-17 11:22:50 -05:00
commit b365e04616
3 changed files with 22 additions and 18 deletions

View file

@ -45,6 +45,8 @@ Ansible Changes By Release
* fixed ~ expansion for fileglob
* can set ansible_ssh_user and ansible_ssh_pass in inventory variables
* lookup plugin macros like $FILE and $ENV now work without returning arrays in variable definitions/playbooks
* add_host module can set ports and other inventory variables
* add_host module can add modules to multiple groups (groups=a,b,c), groups now alias for groupname
1.0 "Eruption" -- Feb 1 2013