1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Remove '-'

This commit is contained in:
Arky 2018-08-14 10:15:46 +07:00
parent 0f62dc2746
commit a6de9dee76

View file

@ -18,10 +18,10 @@
when: internet_available
- name: Download calibre-web dependencies into vendor subdirectory.
- pip:
chdir: "{{ calibre-web_path }}"
pip:
requirements: "{{ calibre-web_path }}/requirements.txt"
extra_args: "--target vendor --no-cache-dir"
chdir: "{{ calibre-web_path }}"
- name: Create calibre-web systemd service unit and httpd2 configuration.
template: