helps to use copy module instead of file module to copy things

This commit is contained in:
Adam Miller 2016-03-02 21:11:50 +00:00
parent 5039d79ed1
commit 0b45ec28f1

View file

@ -46,7 +46,7 @@
line: "{{ ansible_default_ipv4.address }} osbs osbs-dev.fedorainfracloud.org"
- name: place htpasswd file
file:
copy:
src: "{{private}}/files/httpd/osbs.htpasswd"
dest: /etc/origin/htpasswd