Merge pull request #782 from bcoca/add_host_docs

added note to add_hosts about loop bypass
This commit is contained in:
Brian Coca 2015-02-25 10:39:04 -05:00
commit 1f5bbd4bf3

View file

@ -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
'''