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 }}'
|
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
|
||||||
|
|
||||||
- name: install project dependencies
|
- name: install project dependencies
|
||||||
command:
|
command: 'poetry install --no-dev --extras sentry'
|
||||||
argv:
|
|
||||||
- 'poetry install'
|
|
||||||
- '--no-dev'
|
|
||||||
- '--extras sentry'
|
|
||||||
args:
|
args:
|
||||||
chdir: '{{ app_dir }}'
|
chdir: '{{ app_dir }}'
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Reference in a new issue