Hey,
I am new with Ansible, trying to set up Ansible, so it won't require password, so
- I have
bootstrap role what after success run should let Ansible run any action without password
- When run Ansible it throws error 'sudo: a password is required'
- I can log in manually and run command like `sudo -l` or `sudo echo work` without password prompt
- when add `--ask-become-pass` work fine (with typing manually, pass ofc)
- I ask Ansible to use username 'groovy' see
here ansible.cfg file
I believe there is misconception or stupid bug, but cannot figure out myself
Thanks in advance!
Simon