Hello,
I recently came across an issue that a user was having where the /var/log/ansible.log file was not writable, would it be benefical to check the log files permissions (if specified within the config) when starting Ansible?
Mike
Hello,
I recently came across an issue that a user was having where the /var/log/ansible.log file was not writable, would it be benefical to check the log files permissions (if specified within the config) when starting Ansible?
Mike
already in there:
if (os.path.exists(path) and not os.access(path, os.W_OK)) and not
os.access(os.path.dirname(path), os.W_OK):