Fix some ansible-lint errors

This commit is contained in:
Sebastian Haderecker 2020-03-22 00:50:24 +01:00
parent f5b097b19a
commit 7815f4e8e4
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -9,7 +9,7 @@
repo: "https://github.com/dtag-dev-sec/tpotce.git"
dest: /root/tpot
- name: Prepare to set user password
- name: Prepare to set user password
set_fact:
user_name: "{{ ansible_user }}"
user_salt: "s0mew1ck3dTpoT"