Add private key
TODO: add tasks to provision private key
This commit is contained in:
parent
d8464ff123
commit
d03167e244
2 changed files with 91 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue