I am trying to run the following task:
- name: copy httpd.conf to /etc/httpd/conf folder
copy: src=httpd.conf dest="/etc/httpd/conf"
Ownership on the server is:
drwxrwsr-x 2 root developers 4096 Sep 8 13:33 .
drwxrwsr-x 5 root developers 4096 Sep 4 17:51 ..
-rw-rw-r-- 1 root developers 34744 Apr 3 16:01 httpd.conf
I am a member of the developers group. The directory and file has write
permission for the developers group. However the task fails with this error
message:
fatal: [my-box] => failed to parse: {"msg": "Could not replace file:
/home/steinim/.ansible/tmp/ansible-tmp-1410176741.01-248154513611723/source
to /etc/httpd/conf/httpd.conf: [Errno 1] Operation not permitted:
'/etc/httpd/conf/.ansible_tmpZ7a3MQhttpd.conf'", "failed": true}
Am I missing something, or should this work?
--
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/90f29162-3cd1-4783-a3ca-ada6c1fd5604%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.