Add explicit names for roles (affects their install paths)

This commit is contained in:
Slavi Pantaleev
2023-11-19 14:08:03 +02:00
parent 7f98d5cba3
commit c0595d6e44
3 changed files with 32 additions and 14 deletions

View File

@ -3272,6 +3272,7 @@ devture_postgres_backup_connection_username: "{{ devture_postgres_connection_use
devture_postgres_backup_connection_password: "{{ devture_postgres_connection_password if devture_postgres_enabled else '' }}"
devture_postgres_backup_postgres_data_path: "{{ devture_postgres_data_path if devture_postgres_enabled else '' }}"
devture_postgres_backup_postgres_role_include_name: galaxy/postgres
devture_postgres_backup_databases: "{{ devture_postgres_managed_databases | map(attribute='name') if devture_postgres_enabled else [] }}"