Re: [ansible-project] "become" is being ignored by ansible
4 views
Skip to first unread message
Brian Coca
unread,
Jan 29, 2021, 9:37:06 AM1/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
become_user is the 'user you want to become' after privilege
escalation, you are setting it as the same as remote_user which is a
noop, don't set it and the default (root) will do what you want.