From cf2b3aa379c13580fa56271fb2a8df54dd10f5e2 Mon Sep 17 00:00:00 2001 From: Francis Kayiwa Date: Mon, 13 Jan 2025 13:16:16 -0500 Subject: [PATCH] placehold future work. this can be future work to make RHEL based os'es to place their files using the FHS that mirror's Debian (Ubuntu) Co-authored-by: Alicia Cozine Co-authored-by: Angel Ruiz --- roles/postgresql/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/postgresql/tasks/main.yml b/roles/postgresql/tasks/main.yml index 8d19b7710..672311ea1 100644 --- a/roles/postgresql/tasks/main.yml +++ b/roles/postgresql/tasks/main.yml @@ -57,6 +57,7 @@ when: - running_on_server +# this looks redundant given the task that follow. Test this when postgresql needs to be 15 - name: PostgreSQL | Check if PostgreSQL data initialization logs exist (RedHat) ansible.builtin.stat: path: "/var/lib/pgsql/initdb_postgresql.log"