forked from FF-RGB/ansible
common: fix missing handler
This commit is contained in:
parent
cd6386d58b
commit
3c20fc825a
@ -1,4 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Restart journald
|
||||
service: name=systemd-journald state=restarted
|
||||
|
||||
- name: update-initramfs
|
||||
command: update-initramfs -u -k all
|
||||
|
Loading…
Reference in New Issue
Block a user