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:
c199ec9
)
fix state
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 24 Dec 2016 03:18:05 +0000
(19:18 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 24 Dec 2016 03:18:05 +0000
(19:18 -0800)
ch06/playbooks/mezzanine.yml
patch
|
blob
|
history
diff --git
a/ch06/playbooks/mezzanine.yml
b/ch06/playbooks/mezzanine.yml
index
e20796c
..
ec1a7f3
100644
(file)
--- a/
ch06/playbooks/mezzanine.yml
+++ b/
ch06/playbooks/mezzanine.yml
@@
-50,7
+50,7
@@
- name: create a logs directory
file:
path: "{{ ansible_env.HOME }}/logs"
- state: dir
+ state: dir
ectory
- name: install Python requirements via pip
pip: name={{ item }} state=latest
with_items: