mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Use command module instead of vendor
This commit is contained in:
parent
4012f29623
commit
d940ed6532
2 changed files with 3 additions and 4 deletions
|
@ -18,9 +18,8 @@
|
|||
when: internet_available
|
||||
|
||||
- name: Download calibre-web dependencies into vendor subdirectory.
|
||||
pip:
|
||||
requirements: "{{ calibre_web_path }}/requirements.txt"
|
||||
extra_args: "--target vendor --no-cache-dir"
|
||||
command: pip install --target vendor -r ./requirements.txt
|
||||
args:
|
||||
chdir: "{{ calibre_web_path }}"
|
||||
|
||||
- name: Create calibre-web systemd service unit and httpd2 configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue