mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added note to add_hosts about loop bypass
This commit is contained in:
parent
bcd6a6a3d5
commit
d07d41b914
1 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- The groups to add the hostname to, comma separated.
|
- The groups to add the hostname to, comma separated.
|
||||||
required: false
|
required: false
|
||||||
|
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.
|
||||||
author: Seth Vidal
|
author: Seth Vidal
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue