Fix broken links on README

This commit is contained in:
Samuel Alfageme Sainz 2025-09-22 23:56:15 +02:00 committed by GitHub
parent 72b8920c86
commit 36d3d4d678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,7 @@ mariadb_databases: []
# replicate: true|false # replicate: true|false
``` ```
See: <https://docs.ansible.com/ansible/latest/modules/mysql_db_module.html> See: <https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_db_module.html>
### User management ### User management
@ -230,7 +230,7 @@ mariadb_users: []
# state: present|absent # state: present|absent
``` ```
See: <https://docs.ansible.com/ansible/latest/modules/mysql_user_module.html> See: <https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_user_module.html>
### Replication (optional) ### Replication (optional)
@ -238,7 +238,7 @@ Replication is only enabled if `mariadb_replication_role` has a value (`primary`
`replica`). `replica`).
The replication setup on the replica use the GTID autopositioning, see The replication setup on the replica use the GTID autopositioning, see
<https://mariadb.com/kb/en/library/change-master-to/#master_use_gtid> <https://mariadb.com/docs/server/reference/sql-statements/administrative-sql-statements/replication-statements/change-master-to#master_use_gtid>
#### Common vars #### Common vars