1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed add_host docs indentation

This commit is contained in:
Brian Coca 2015-02-26 10:10:42 -05:00 committed by Matt Clay
parent 7c9a36a999
commit fb61d5e795

View file

@ -21,7 +21,7 @@ options:
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.
to iterate use a with_ directive.
author: Seth Vidal
'''