mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Fix some ansible-lint errors
This commit is contained in:
parent
f5b097b19a
commit
7815f4e8e4
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Copy ews configuration file
|
- name: Copy ews configuration file
|
||||||
template:
|
template:
|
||||||
src: ../templates/ews.cfg
|
src: ews.cfg
|
||||||
dest: /data/ews/conf
|
dest: /data/ews/conf
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- name: Copy hpfeeds configuration file
|
- name: Copy hpfeeds configuration file
|
||||||
copy:
|
copy:
|
||||||
src: ../files/hpfeeds.cfg
|
src: hpfeeds.cfg
|
||||||
dest: /data/ews/conf
|
dest: /data/ews/conf
|
||||||
owner: tpot
|
owner: tpot
|
||||||
group: tpot
|
group: tpot
|
||||||
|
|
Loading…
Reference in a new issue