Fix configuration file permissions

This commit is contained in:
Jeremy Gardais 2018-04-23 11:46:01 +02:00
parent 6f6e4d559f
commit a823b97c04
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 6 additions and 1 deletions

View File

@ -14,10 +14,13 @@
when: arpwatch__enabled|bool
# Manage configuration file [[[1
- name: Configure Arpwatch
- name: Create Arpwatch configuration
template:
src: '{{ arpwatch__conf_src }}'
dest: "/etc/arpwatch.conf"
owner: root
group: root
mode: '0644'
when: arpwatch__enabled|bool
notify: ['restart arpwatch service']

View File

@ -1,3 +1,5 @@
## {{ ansible_managed }}
# /etc/arpwatch.conf: Debian-specific way to watch multiple interfaces.
# Format of this configuration file is:
#