>     On 10/20/2021 4:07 PM Stefan Hornburg (Racke) <ra...@linuxia.de 
> 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) 
> > <ra...@linuxia.de mailto:ra...@linuxia.de <mailto:ra...@linuxia.de 
> > mailto:ra...@linuxia.de >> wrote:
> > > 
> > > 
> > >             On 20/10/2021 15:26, dulhaver via Ansible Project wrote:
> > >             >
> > > 
> > >                 > > > >                 * I have this TASK in a playbook 
> > > <https://pastebin.com/h83HqMn0 <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
> > > > 
> > > > 
> > > >             > > >             Please show the code that you are using 
> > > > for that user in your playbook.
> > > 
> > > 
> > >         > >         it is the paste https://pastebin.com/h83HqMn0 
> > > <https://pastebin.com/h83HqMn0>. However ... here you go
> > 
> >     > 
>     Sorry, I wanted to see the head of the playbook respective the place in 
> inventory where you set up the
>     become: variables.
> 
actually I figured out in the meantime that aparently my trouble lies exactly 
there:
I have a defaults.yaml that injects a bunch of variables into the playbook.
In that defaults.yml there is a variable referencing to user 'postgres' as 
ansible_become_user

ansible_become_user: postgres

So I assume I'll have to figure out how to utilize different become users in a 
single playbook. I tried or overrule the defaults entry temporarily with ...

become: yes
become_user: [root_user]

... inside the TASK, but that apparently was not interpreted in the way I wanted

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1635706396.1095.1634741116055%40office.mailbox.org.

Reply via email to