diff --git a/inventory/add_host.py b/inventory/add_host.py index 0f1b84abcd2..c7e066b74ee 100644 --- a/inventory/add_host.py +++ b/inventory/add_host.py @@ -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 '''