On 2015-05-15 18:13, Yves Dorfsman wrote: > Ubuntu 14.04 > Ansible 1.9.1 > > When I explicitly define a user in the sudoers file, ansible works as > expected. > > But, when I remove that user from the sudoers file, and add it to the UNIX > group sudo (with `%sudo ALL=(ALL:ALL) ALL` in the sudoers file), the user on > the host is still able to sudo, but the same ansible playbook is now returning > (assuming username yves): > > yves is not in the sudoers file. This incident will be reported. > > Any idea what's going on? >
Works now, I had not checked the instructions and had not realised there were git submodules. I have run `git submodule update --init --recursive` and it solved all my issues. -- http://yves.zioup.com gpg: 4096R/32B0F416 -- 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/55578A66.8090009%40zioup.com. For more options, visit https://groups.google.com/d/optout.
