Use copy module

This commit is contained in:
Sebastian Haderecker 2019-10-21 20:19:18 +00:00
parent 71523cf7ef
commit 145856960c
2 changed files with 2 additions and 2 deletions
cloud/ansible/openstack/roles/custom_hpfeeds

View file

@ -1,6 +1,6 @@
- name: Copy hpfeeds configuration file
template:
src: ../templates/hpfeeds.cfg
copy:
src: ../files/hpfeeds.cfg
dest: /data/ews/conf
owner: root
group: root