From 37672f9ac324eaa2333b5b70021d6e761566301b Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 28 Apr 2016 09:25:45 -0400 Subject: [PATCH] fixed typo --- docsite/rst/playbooks_loops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst index b5255c7aeda..5a14ff5d7f4 100644 --- a/docsite/rst/playbooks_loops.rst +++ b/docsite/rst/playbooks_loops.rst @@ -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 }}