Solved

When Running a Playbook on a Remote Target Host You

Question 36

Multiple Choice

When running a playbook on a remote target host you receive a Python error similar to "[Errno 13] Permission denied: `/home/nick/.ansible/tmp'. What would be the most likely cause of this problem?


A) The user's home or `.ansible' directory on the Ansible system is not writeable by the user running the play.
B) The specified user does not exist on the remote system.
C) The user running `ansible-playbook' must run it from their own home directory.
D) The user's home or `.ansible' directory on the Ansible remote host is not writeable by the user running the play

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions