mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-09 00:28:52 +00:00
Use copy module
This commit is contained in:
parent
71523cf7ef
commit
145856960c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Copy hpfeeds configuration file
|
- name: Copy hpfeeds configuration file
|
||||||
template:
|
copy:
|
||||||
src: ../templates/hpfeeds.cfg
|
src: ../files/hpfeeds.cfg
|
||||||
dest: /data/ews/conf
|
dest: /data/ews/conf
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue