i have something like this: 
- name: Setup client IP in Proxy Balancer
      become: yes
      template:
        src: templates/proxy_balancer.conf
        dest: ./new_proxy_balancer
        owner: root
        group: root
        mode: 0644
      tags: hello

this works great on ubuntu desktop 14.04 but the same file fails on chown 
part on ubuntu desktop. i've tried everything w.r.t. sudo and become, etc. 
the playbook works only when run with sudo. Ansible (2.3.0) and python 
(2.7.6) 

What am i missing? 
Thanks in advance for any tips or suggestions. 

-- 
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/6c4e8493-c974-4da2-95ec-c4d491d5e1bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to