morrison12

Results 13 comments of morrison12

To elaborate on the logs above, the removal of askpass doesn't seem to be inside the `sudo` but the `sudo` is required for access to the `_chdir`

Apologies for the delay.. The simplest example I can come up with is basically someone trying to add a file (using `sudo`) to a directory they normally don't have access...

@JakkuSakura There relevant definitions would seem to be [blockinfile](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/blockinfile_module.html), [lineinfile](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/lineinfile_module.html) and [template](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_module.html) @kimjarvis For clarity, is it the missing functionality (e.g. `backup` in `blockinfile`) that is the concern or the...