Install extra sentry dependency
This commit is contained in:
parent
2f50f503e4
commit
a1ff88e49b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
|
||||
|
||||
- name: install project dependencies
|
||||
command: 'poetry install --no-dev'
|
||||
command: 'poetry install --no-dev --extras sentry'
|
||||
args:
|
||||
chdir: '{{ app_dir }}'
|
||||
environment:
|
||||
|
|
|
|||
Reference in a new issue