From: Mạnh Tài Date: Tue, 8 Dec 2015 08:14:26 +0000 (+0700) Subject: Typo on Vagrantfile in chap 08 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=fb4b5720f073966a161483c24daec8621b41904d;p=ansiblebook.git Typo on Vagrantfile in chap 08 --- 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