I installed ansible from its installation guide, but it creates a .ansible folder in the home directory of my user and when I would like to run a simple test command I give this error:
[ERROR]: Unable to set correct type for configuration entry for DEFAULT_LOCAL_TMP: Unable to
create local directories(/home/myuser/.ansible/tmp): [Errno 13] Permission denied:
'/home/myuser/.ansible/tmp'
ERROR! Invalid configuration settings
How I can fix this?
0 Answers