fix mariadb file path

This commit is contained in:
2026-05-20 21:05:26 -04:00
parent 1274ad9457
commit ab517aa936
+1 -1
View File
@@ -14,7 +14,7 @@
import_tasks: tasks/infra/postgres.yml
tags: postgres_deploy
- name: Deploy MariaDB
import_tasks: tasks/mariadb.yml
import_tasks: tasks/infra/mariadb.yml
tags: mariadb_deploy
- name: Deploy AdGuard Home
import_tasks: tasks/utility/adguard.yml