Add default inventory
This commit is contained in:
parent
4e886c293a
commit
fe72523a5a
2 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
- name: install project dependencies
|
||||
become_user: "{{ app_user }}"
|
||||
command: "poetry install" # noqa 301
|
||||
command: 'poetry install --extras "sentry"' # noqa 301
|
||||
args:
|
||||
chdir: "{{ app_dir }}"
|
||||
environment:
|
||||
|
|
|
|||
Reference in a new issue