Skip to content
Snippets Groups Projects
Verified Commit 68e502db authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

Changed requirements to use the main one and not the requirements_prod anymore.

parent d33d6b7e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
become_user: archweb
- name: install stuff into virtualenv
pip: requirements="{{ archweb_dir }}/requirements_prod.txt" virtualenv="{{ archweb_dir }}/env"
pip: requirements="{{ archweb_dir }}/requirements.txt" virtualenv="{{ archweb_dir }}/env"
become: true
become_user: archweb
register: virtualenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment