libravatar: update srv to mnt for data path
This commit is contained in:
parent
87c350f293
commit
78775f1b36
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
requirements: requirements.txt
|
requirements: requirements.txt
|
||||||
virtualenv: /srv/data/.virtualenv
|
virtualenv: /mnt/data/.virtualenv
|
||||||
virtualenv_command: virtualenv-3
|
virtualenv_command: virtualenv-3
|
||||||
chdir: /srv/libravatar
|
chdir: /srv/libravatar
|
||||||
|
|
||||||
- name: copy run-in-venv.sh script
|
- name: copy run-in-venv.sh script
|
||||||
shell: cp /srv/data/run-in-venv.sh /usr/local/bin
|
shell: cp /mnt/data/run-in-venv.sh /usr/local/bin
|
||||||
|
|
||||||
- name: 'postgresql host is localhost'
|
- name: 'postgresql host is localhost'
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue