Hi,

I am trying to execute an Ad-Hoc command which requires sudo privileges on 
a remote machine.

Below is the command and the error it throws up

kaushik@Machine_1:~$ ansible all -a "cat /etc/shadow" -u kaushik 
--ask-become-pass
SUDO password:
192.168.101.12 | FAILED | rc=1 >>
cat: /etc/shadow: Permission denied

kaushik@Machine_1~$

If I ssh to the machine and execute the same command "cat /etc/shadow" , it 
works without any errors.

Any idea how to fix this?

Thanks in advance,

Kaushik

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8dcfab26-a80f-461b-a4d5-64de8a108fc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to