mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove '-'
This commit is contained in:
parent
0f62dc2746
commit
a6de9dee76
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
||||||
- name: Download calibre-web dependencies into vendor subdirectory.
|
- name: Download calibre-web dependencies into vendor subdirectory.
|
||||||
- pip:
|
pip:
|
||||||
chdir: "{{ calibre-web_path }}"
|
requirements: "{{ calibre-web_path }}/requirements.txt"
|
||||||
requirements: "{{ calibre-web_path }}/requirements.txt"
|
extra_args: "--target vendor --no-cache-dir"
|
||||||
extra_args: "--target vendor --no-cache-dir"
|
chdir: "{{ calibre-web_path }}"
|
||||||
|
|
||||||
- name: Create calibre-web systemd service unit and httpd2 configuration.
|
- name: Create calibre-web systemd service unit and httpd2 configuration.
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue