Re: [ansible-project] package TASK ... 'should be run under the root user'

2021-10-20 Thread Stefan Hornburg (Racke)
On 20/10/2021 16:45, dulhaver via Ansible Project wrote: On 10/20/2021 4:07 PM Stefan Hornburg (Racke) mailto:ra...@linuxia.de>> wrote: On 20/10/2021 15:49, dulhaver via Ansible Project wrote: On 10/20/2021 3:32 PM Stefan Hornburg (Racke) mailto:ra...@linuxia.de>

Re: [ansible-project] package TASK ... 'should be run under the root user'

2021-10-20 Thread dulhaver via Ansible Project
> On 10/20/2021 4:07 PM Stefan Hornburg (Racke) mailto:ra...@linuxia.de > wrote: > > > On 20/10/2021 15:49, dulhaver via Ansible Project wrote: > > > > > > > > > > > On 10/20/2021 3:32 PM Stefan Hornburg (Racke) > > mailto:ra...@linuxia.de

Re: [ansible-project] package TASK ... 'should be run under the root user'

2021-10-20 Thread Stefan Hornburg (Racke)
On 20/10/2021 15:49, dulhaver via Ansible Project wrote: On 10/20/2021 3:32 PM Stefan Hornburg (Racke) mailto:ra...@linuxia.de>> wrote: On 20/10/2021 15:26, dulhaver via Ansible Project wrote: > * I have this TASK in a playbook

Re: [ansible-project] package TASK ... 'should be run under the root user'

2021-10-20 Thread dulhaver via Ansible Project
> On 10/20/2021 3:32 PM Stefan Hornburg (Racke) mailto:ra...@linuxia.de > wrote: > > > On 20/10/2021 15:26, dulhaver via Ansible Project wrote: > > > > > > * I have this TASK in a playbook > which should install a bunch of packages

Re: [ansible-project] package TASK ... 'should be run under the root user'

2021-10-20 Thread Stefan Hornburg (Racke)
On 20/10/2021 15:26, dulhaver via Ansible Project wrote: * I have this TASK in a playbook which should install a bunch of packages on my (rhel8) target rrequired for postgresql * I am shooting my playbok as a user with root priviledges via sudo Please

[ansible-project] package TASK ... 'should be run under the root user'

2021-10-20 Thread dulhaver via Ansible Project
* I have this TASK in a playbook https://pastebin.com/h83HqMn0 which should install a bunch of packages on my (rhel8) target rrequired for postgresql * I am shooting my playbok as a user with root priviledges via sudo * In earlier TASKS of the playbook I become a 'postgres' user, but would expect