Add a -f here as sometimes it seems systemd-journald is run as /usr/lib/systemd/systemd-journald which doesn't match

This commit is contained in:
Kevin Fenzi 2016-02-11 20:13:32 +00:00
parent 16e88a8cb1
commit ddaa5857d7

View file

@ -216,4 +216,4 @@
- "{{ if_uuid.stdout_lines }}"
- name: flush journald tmpfiles to persistent store
command: pkill -USR1 systemd-journald
command: pkill -f -USR1 systemd-journald