mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
Allow add_host to add hosts to multiple groups, groups is now an alias for groupname.
This commit is contained in:
parent
cde233f93c
commit
b365e04616
3 changed files with 22 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue