From 25c680ff04a96f4c3ceeecccc780d63a3dc98fa4 Mon Sep 17 00:00:00 2001 From: Teodoro Cook Date: Wed, 20 Mar 2024 15:58:33 -0600 Subject: [PATCH] Update README (#16) --- README.md | 7 +++---- tasks/configure.yml | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 087a693..dd37bf4 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ [![Build Status](https://github.com/nephelaiio/ansible-role-postgresql/actions/workflows/molecule.yml/badge.svg)](https://github.com/nephelaiio/ansible-role-postgresql/actions/wofklows/molecule.yml) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-nephelaiio.postgresql.vim-blue.svg)](https://galaxy.ansible.com/nephelaiio/postgresql/) - - An [ansible role](https://galaxy.ansible.com/nephelaiio/postgresql) to install and configure postgresql +## ToDo +* Refactor EL configuration files out of data directory as done on Debian distributions. This will allow to decouple configuration management from db initialization which is a roadblock for adding EL support to [nephelaiio.patroni](https://github.com/nephelaiio/ansible-collection-patroni) + ## Role Variables The following is the list of end-user serviceable parameters: diff --git a/tasks/configure.yml b/tasks/configure.yml index 82318a8..dc342b4 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -50,7 +50,6 @@ creates: "{{ _postgresql_datadir }}/PG_VERSION" become: true become_user: "{{ _postgresql_user }}" - when: _postgresql_initdb | bool - name: Enable PostgreSQL checksums ansible.builtin.command: