2017-07-31 22:07:30 +02:00
|
|
|
---
|
|
|
|
|
2018-10-21 12:14:47 +02:00
|
|
|
- include: tasks/setup/main.yml
|
2017-07-31 22:07:30 +02:00
|
|
|
|
2018-10-28 16:16:21 +01:00
|
|
|
# - include: tasks/upgrade_postgres.yml
|
|
|
|
# tags:
|
|
|
|
# - upgrade-postgres
|
2018-05-28 19:40:42 +02:00
|
|
|
|
2017-07-31 22:07:30 +02:00
|
|
|
- include: tasks/start.yml
|
|
|
|
tags:
|
|
|
|
- start
|
|
|
|
|
2018-10-28 16:16:21 +01:00
|
|
|
# - include: tasks/register_user.yml
|
|
|
|
# tags:
|
|
|
|
# - register-user
|
2017-07-31 22:07:30 +02:00
|
|
|
|
2018-10-28 16:16:21 +01:00
|
|
|
# - include: tasks/import_sqlite_db.yml
|
|
|
|
# tags:
|
|
|
|
# - import-sqlite-db
|
2017-07-31 22:07:30 +02:00
|
|
|
|
2018-10-28 16:16:21 +01:00
|
|
|
# - include: tasks/import_media_store.yml
|
|
|
|
# tags:
|
|
|
|
# - import-media-store
|
2018-10-21 11:58:25 +02:00
|
|
|
|
2018-10-28 16:16:21 +01:00
|
|
|
# - include: tasks/self_check/main.yml
|
|
|
|
# delegate_to: 127.0.0.1
|
|
|
|
# become: false
|
|
|
|
# tags:
|
|
|
|
# - self-check
|