summaryrefslogtreecommitdiff
path: root/strata/ansible
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-20 10:09:35 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-27 11:06:39 +0000
commit63b3765ed26668b984383f8e464fae39ef54fe32 (patch)
tree041b6bd68a9f6f746bdd71b4befbcd5423d75cf9 /strata/ansible
parent67e689eb3d83098dc9eb633c4d1ae69eb90f63f8 (diff)
downloaddefinitions-63b3765ed26668b984383f8e464fae39ef54fe32.tar.gz
Upgrade Ansible to v1.8.4 and dependencies
Diffstat (limited to 'strata/ansible')
-rw-r--r--strata/ansible/ansible.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/strata/ansible/ansible.morph b/strata/ansible/ansible.morph
index da434f03..dbc6ec4b 100644
--- a/strata/ansible/ansible.morph
+++ b/strata/ansible/ansible.morph
@@ -2,4 +2,8 @@ name: ansible
kind: chunk
build-system: python-distutils
post-install-commands:
-- install -D -m644 ansible.cfg "$DESTDIR/etc/ansible/ansible.cfg"
+- |
+ install -D -m644 /proc/self/fd/0 "$DESTDIR/etc/ansible/ansible.cfg" <<EOF
+ [defaults]
+ log_path=/var/log/ansible
+ EOF