Forum Discussion
R13
Nimbostratus
Thank for your reply. I tried adding executable = /bin/bash to ansible.cfg but it produced the same error but with bash:
Syntax Error: unexpected argument "/bin/bash"
zamroni777
Mar 03, 2024Nacreous
ensure that the cfg file doesnt contain dos format line ending.
there is also error message "Failed to create temporary directory..." which usually means no write permission.
/tmp is usually owned by root
i usually use /var/tmp as it usually user writable