From 21b8a1a8f2b9ed1d7fae71c4321bd8a822ce732b Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 8 Feb 2015 15:09:58 -0500 Subject: [PATCH] Explicitly add localhost to static inventory Need this otherwise Ansible is upset that there are no hosts when referencing localhost --- ch12/playbooks/inventory/static | 1 + 1 file changed, 1 insertion(+) diff --git a/ch12/playbooks/inventory/static b/ch12/playbooks/inventory/static index af61ebc..b87b861 100644 --- a/ch12/playbooks/inventory/static +++ b/ch12/playbooks/inventory/static @@ -1,3 +1,4 @@ +localhost ansible_connection=local [web:children] tag_type_web -- 2.44.0