I have SUDO configured to work without passwords.
This command *works just fine*: ansible quee -a "/usr/bin/sudo /usr/bin/apt-get update" This command *fails with "FAILED => Missing sudo password "* ansible quee -a "/usr/bin/apt-get update" --sudo It works if I add --ask-sudo-pass and enter a sudo password. I am using Ansible 1.7.2 on Debian Jessie (current stable) I want to use Ansible playbooks and expect that I will need --sudo to work properly without passwords. Have I missed something obvious? Any help much appreciated. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/90e8c3b3-9a62-4c26-b3b4-5e0d9101fb5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
