helps to use copy module instead of file module to copy things
This commit is contained in:
parent
5039d79ed1
commit
0b45ec28f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue