Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
68e502db
Verified
Commit
68e502db
authored
May 22, 2017
by
Giancarlo Razzolini
Browse files
Changed requirements to use the main one and not the requirements_prod anymore.
parent
d33d6b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/tasks/main.yml
View file @
68e502db
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment