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:
parent
16e88a8cb1
commit
ddaa5857d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue