Add private key

TODO: add tasks to provision private key
This commit is contained in:
Sonny Bakker 2021-07-17 21:15:55 +02:00
parent d8464ff123
commit d03167e244
2 changed files with 91 additions and 0 deletions

View file

@ -37,6 +37,7 @@
environment:
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
# TODO allow ansible to run multiple flags (extras flag doesn't seem to be working)
- name: install project dependencies
command: 'poetry install --no-dev --extras sentry'
args: