mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Merge pull request #68 from nielscil/fix/borg-backup-mariadb-port
fix backup-borg mariadb port
This commit is contained in:
commit
c8e2993509
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ backup_borg_mysql_enabled: "{{ mariadb_enabled }}"
|
|||
backup_borg_mysql_databases_hostname: "{{ mariadb_identifier if mariadb_enabled else '' }}"
|
||||
backup_borg_mysql_databases_username: "root"
|
||||
backup_borg_mysql_databases_password: "{{ mariadb_root_passsword if mariadb_enabled else '' }}"
|
||||
backup_borg_mysql_databases_port: "{{ devture_postgres_connection_port if mariadb_enabled else 3306 }}"
|
||||
backup_borg_mysql_databases_port: 3306
|
||||
backup_borg_mysql_databases: "{{ mariadb_managed_databases | map(attribute='name') if mariadb_enabled else [] }}"
|
||||
|
||||
backup_borg_location_source_directories:
|
||||
|
|
Loading…
Reference in a new issue