maybe?
Some checks failed
Deploy Containers / Prepare (push) Failing after 13s

This commit is contained in:
2025-12-26 20:07:01 -05:00
parent fbb7c1ed61
commit 58c0e75630
2 changed files with 7 additions and 1 deletions

View File

@@ -76,6 +76,12 @@
- name: Deploy AdGuard Home
import_tasks: tasks/adguard.yml
tags: adguard_deploy
- name: Deploy Postgres
import_tasks: tasks/postgres.yml
tags: postgres_deploy
- name: Deploy MariaDB
import_tasks: tasks/mariadb.yml
tags: mariadb_deploy
- hosts: jackson

View File

@@ -19,4 +19,4 @@
env:
POSTGRES_USER: "{{ POSTGRES_USER }}"
POSTGRES_PASSWORD: "{{ POSTGRES_PASSWORD }}"
PGDATA: "/var/lib/postgresql/data"
PGDATA: "/var/lib/postgresql/data/pgdata"