Revert command change

This commit is contained in:
sonny 2021-07-19 19:24:25 +02:00
parent 4e611dec93
commit 15cdd4fd00

View file

@ -38,11 +38,7 @@
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
- name: install project dependencies
command:
argv:
- 'poetry install'
- '--no-dev'
- '--extras sentry'
command: 'poetry install --no-dev --extras sentry'
args:
chdir: '{{ app_dir }}'
environment: