Re: [ansible-project] Become (priv escalation) on localhost fails for file content lookup

2017-03-08 Thread Brian Coca
lookups are not affected by become, they always execute in the context of the user running ansible. -- Brian Coca -- 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

[ansible-project] Become (priv escalation) on localhost fails for file content lookup

2016-07-26 Thread Anthony Cheng
I think this is a bug (https://github.com/ansible/ansible/issues/16833) where file lookup doesn't get sudo permission on localhost even with become=true. In my testing, shell command on localhost requiring sudo works fine with become=true. -- You received this message because you are subscrib