git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0ec38
)
Typo on Vagrantfile in chap 08
author
Mạnh Tài
<vo@manhtai.com>
Tue, 8 Dec 2015 08:14:26 +0000
(15:14 +0700)
committer
Mạnh Tài
<vo@manhtai.com>
Tue, 8 Dec 2015 08:14:26 +0000
(15:14 +0700)
ch08/playbooks/Vagrantfile
patch
|
blob
|
history
diff --git
a/ch08/playbooks/Vagrantfile
b/ch08/playbooks/Vagrantfile
index
ecc0b18
..
3823620
100644
(file)
--- 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-host
s
.yml"
end
end