Typo on Vagrantfile in chap 08
authorMạnh Tài <vo@manhtai.com>
Tue, 8 Dec 2015 08:14:26 +0000 (15:14 +0700)
committerMạnh Tài <vo@manhtai.com>
Tue, 8 Dec 2015 08:14:26 +0000 (15:14 +0700)
ch08/playbooks/Vagrantfile

index ecc0b18..3823620 100644 (file)
@@ -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