Merge pull request #782 from bcoca/add_host_docs
added note to add_hosts about loop bypass
This commit is contained in:
commit
1f5bbd4bf3
1 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@ options:
|
|||
description:
|
||||
- The groups to add the hostname to, comma separated.
|
||||
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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue