libravatar: fix copying run-in-venv.sh script from mounted volume on node

This commit is contained in:
clime 2018-10-08 13:25:47 +02:00
parent 53036002dc
commit 323635bc29

View file

@ -33,7 +33,7 @@
chdir: /srv/libravatar
- name: copy run-in-venv.sh script
copy: src="/srv/data/run-in-venv.sh" dest="/usr/local/bin/run-in-venv.sh" mode=755
shell: cp /srv/data/run-in-venv.sh /usr/local/bin
- name: 'postgresql host is localhost'
lineinfile: