Skip to content
Snippets Groups Projects
Commit 1bc39bd8 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Silence more mrtg warnings

parent 2e5c8af4
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,13 @@
file: path=/etc/mrtg.cfg group=mrtg
tags: mrtg
- name: ensure the mrtg user can read and write directories
file: path="{{item}}" state=directory owner=mrtg group=mrtg mode=0755
with_items:
- /var/lib/mrtg
- /var/log/mrtg
tags: mrtg
- name: ensure the mrtg user can get the lock
copy:
src: tmpfiles.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment