You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
232 B
10 lines
232 B
4 years ago
|
---
|
||
|
|
||
|
dependencies:
|
||
|
- role: repo_scl # For python 3.8
|
||
|
- role: repo_nux_dextop # For pdftk
|
||
|
- role: nginx
|
||
|
- role: postgresql_server
|
||
|
when: papermerge_db_server == '127.0.0.1' or papermerge_db_server == 'localhost'
|
||
|
|