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:
b4afb36
)
make consistent with book
author
Lorin Hochstein
<lhochstein@netflix.com>
Fri, 6 Jan 2017 06:55:21 +0000
(22:55 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Fri, 6 Jan 2017 06:55:21 +0000
(22:55 -0800)
ch06/playbooks/mezzanine.yml
patch
|
blob
|
history
diff --git
a/ch06/playbooks/mezzanine.yml
b/ch06/playbooks/mezzanine.yml
index
9b968d5
..
2ee6acf
100644
(file)
--- a/
ch06/playbooks/mezzanine.yml
+++ b/
ch06/playbooks/mezzanine.yml
@@
-54,10
+54,7
@@
path: "{{ ansible_env.HOME }}/logs"
state: directory
- name: check out the repository on the host
- git:
- repo: "{{ repo_url }}"
- dest: "{{ proj_path }}"
- accept_hostkey: yes
+ git: repo={{ repo_url }} dest={{ proj_path }} accept_hostkey=yes
- name: install Python requirements globally via pip
pip: name={{ item }} state=latest
with_items: