From b3d97194b2de6a0bb7704dbcf793205238d63cf6 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 12 Feb 2017 14:17:19 -0800 Subject: [PATCH] Set host to default --- ch12/playbooks/web-ami.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12/playbooks/web-ami.yml b/ch12/playbooks/web-ami.yml index 53d0af5..28ce168 100644 --- a/ch12/playbooks/web-ami.yml +++ b/ch12/playbooks/web-ami.yml @@ -1,6 +1,6 @@ --- - name: configure a webserver as an ami - hosts: localhost + hosts: default become: True roles: - web -- 2.44.0