Use role relative paths for things

This commit is contained in:
Stuart Mumford
2020-12-23 10:38:47 +00:00
parent be0c599565
commit 019a4d7dcd
16 changed files with 16 additions and 16 deletions

View File

@ -24,7 +24,7 @@
- ALTER TABLE tokens ALTER COLUMN ex_date TYPE TIMESTAMP WITHOUT TIME ZONE;
additional_psql_statements_db_name: "{{ matrix_registration_database_name }}"
- import_tasks: "roles/matrix-postgres/tasks/util/migrate_db_to_postgres.yml"
- import_tasks: "{{ role_path }}/../matrix-postgres/tasks/util/migrate_db_to_postgres.yml"
- set_fact:
matrix_registration_requires_restart: true