Install extra sentry dependency

This commit is contained in:
Sonny Bakker 2021-07-17 12:22:31 +02:00
parent 2f50f503e4
commit a1ff88e49b

View file

@ -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: