mirror of
https://github.com/luzifer-ansible/journalbeat.git
synced 2024-11-08 13:50:07 +00:00
Fix: Missing WorkingDirectory
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5e9ac87e3f
commit
84dc2790a7
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
mode: 0600
|
||||
register: journalbeat_configfile
|
||||
|
||||
- name: Create WorkingDirectory
|
||||
file:
|
||||
dest: /var/lib/journalbeat
|
||||
state: directory
|
||||
|
||||
- name: Install systemd service
|
||||
copy:
|
||||
content: |
|
||||
|
|
Loading…
Reference in a new issue