I am running a playbook to change the user but i am getting error as  FAILED! 
=> {"msg": "Timeout (12s) waiting for privilege
escalation prompt: "}
I am able to run this as manual command on server but cant able to login
 
 name: Test me
 shell : 'whoami'
 become: true
 become_method: su
 become_user: root
 gather_facts: no
 ansible_become_pass: "r00t"
 delegate to : "{{serevr1}}"

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/6a01dfaa-8f95-48bb-9c6e-15ed2663af87n%40googlegroups.com.

Reply via email to