Add default inventory

This commit is contained in:
Sonny Bakker 2021-01-25 21:19:29 +01:00
parent 4e886c293a
commit fe72523a5a
2 changed files with 2 additions and 1 deletions

View file

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