mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-08 16:18:52 +00:00
Use copy module
This commit is contained in:
parent
71523cf7ef
commit
145856960c
2 changed files with 2 additions and 2 deletions
cloud/ansible/openstack/roles/custom_hpfeeds
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue