Revert command change
This commit is contained in:
parent
4e611dec93
commit
15cdd4fd00
1 changed files with 1 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue