fixed typo

pull/4420/head
Brian Coca 2016-04-28 09:25:45 -04:00
parent 21f2556662
commit 37672f9ac3
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ One can use a regular ``with_items`` with the ``play_hosts`` or ``groups`` varia
- debug: msg={{ item }}
with_items: play_hosts
There is also a specific lookup plugin ``inventory_hostname`` that can be used like this::
There is also a specific lookup plugin ``inventory_hostnames`` that can be used like this::
# show all the hosts in the inventory
- debug: msg={{ item }}