You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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
Brian Coca
unread,
Jul 24, 2015, 10:28:11 AM7/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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):