added note to add_hosts about loop bypass

This commit is contained in:
Brian Coca 2015-02-12 23:57:39 -05:00 committed by Matt Clay
parent bcd6a6a3d5
commit d07d41b914

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