mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
add_hosts.py: Fix add_host does not recognise 'host' alias (#27418)
* add_hosts.py: Fix add_host does not recognise 'host' alias * add_hosts.py: add note in documentation that 'hosts' alias of name parameter is only available on >=2.4
This commit is contained in:
committed by
Brian Coca
parent
e241e15899
commit
7cfd02097c
@@ -44,6 +44,7 @@ notes:
|
||||
- This module bypasses the play host loop and only runs once for all the hosts in the play, if you need it
|
||||
to iterate use a with\_ directive.
|
||||
- This module is also supported for Windows targets.
|
||||
- The alias 'host' of the parameter 'name' is only available on >=2.4
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Seth Vidal"
|
||||
|
||||
Reference in New Issue
Block a user