Hi

We want to modify /etc/haproxy/haproxy.cfg and we have set following 
permission:

*setfacl -m u:xxx:rwx /etc/haproxy/haproxy.cfg*

If we login as xxx we can fine edit /etc/haproxy/haproxy.cfg but when run 
from Ansible we get this error:

*failed: [myserver] => {"failed": true, "item": ""}*
*msg: Destination /etc/haproxy not writable*

myserver is defined with ansible_ssh_user=xxx

We don't get this error if we also execute this:

*setfacl -m u:ami:rwx /etc/haproxy*

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/59050c46-d666-4e5c-9868-2008037dd6b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to