Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Oct 8, 2019
1 parent d8a7e8e commit b12e037
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions menu/journal/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
- name: Install Journald Fix
template:
src: journald.conf.sample
dest: /etc/systemd/journald.conf
force: yes
force: true
src: /opt/plexguide/menu/journal/templates/journald.conf.j2

- name: systemd reloading
systemd:
daemon_reload: yes

#- name: Restarting Journald.conf
# shell: sudo systemctl restart systemd-journald
daemon_reload: true

- name: restart journald
systemd:
state: restarted
daemon_reload: yes
daemon_reload: true
name: systemd-journald
state: restarted

0 comments on commit b12e037

Please sign in to comment.