From b86cf30d81acb3264e7ea9804719a404219645de Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 26 Apr 2026 21:00:13 -0400 Subject: [PATCH] add postgres to jackson --- main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.yml b/main.yml index 17427f1..bbe81aa 100644 --- a/main.yml +++ b/main.yml @@ -131,6 +131,9 @@ - name: Deploy Nextcloud import_tasks: tasks/nextcloud.yml tags: nextcloud_deploy + - name: Deploy Postgres + import_tasks: tasks/postgres.yml + tags: postgres_deploy - hosts: nas