Re: [ansible-project] installing postgresql -- permission problem with initdb

2021-10-18 Thread Dick Visser
This proves there is some permissions issue. So best to solve that and make initdb work manually, and then ansiblize the process. On Mon, 18 Oct 2021 at 12:04, dulhaver via Ansible Project < ansible-project@googlegroups.com> wrote: > thx, > > > On 10/17/2021 7:28 PM Dick Visser wrote: > > > > >

Re: [ansible-project] installing postgresql -- permission problem with initdb

2021-10-18 Thread dulhaver via Ansible Project
thx, > On 10/17/2021 7:28 PM Dick Visser wrote: > > > > > On Sun, 17 Oct 2021 at 17:47, dulhaver via Ansible Project > mailto:ansible-project@googlegroups.com > > wrote: > > > > I have a task to create an initial postgres databa > (initdb) in a playbook installin

Re: [ansible-project] installing postgresql -- permission problem with initdb

2021-10-17 Thread Dick Visser
On Sun, 17 Oct 2021 at 17:47, dulhaver via Ansible Project < ansible-project@googlegroups.com> wrote: > I have a task to create an initial postgres databa (initdb) in a playbook > installing postgresql from a tar.gz archive on a centos7 target > >

[ansible-project] installing postgresql -- permission problem with initdb

2021-10-17 Thread dulhaver via Ansible Project
I have a task to create an initial postgres databa (initdb) in a playbook installing postgresql from a tar.gz archive on a centos7 target ### - name: configure postgres - create database command:/opt/db/postgres/postgresql/src/bin/in