From fb4b5720f073966a161483c24daec8621b41904d Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=E1=BA=A1nh=20T=C3=A0i?= Date: Tue, 8 Dec 2015 15:14:26 +0700 Subject: [PATCH] Typo on Vagrantfile in chap 08 --- ch08/playbooks/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08/playbooks/Vagrantfile b/ch08/playbooks/Vagrantfile index ecc0b18..3823620 100644 --- a/ch08/playbooks/Vagrantfile +++ b/ch08/playbooks/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| web.vm.provision "ansible" do |ansible| ansible.limit = 'all' - ansible.playbook = "mezzanine-across-host.yml" + ansible.playbook = "mezzanine-across-hosts.yml" end end -- 2.44.0