forked from infra/ansible
11 lines
187 B
YAML
11 lines
187 B
YAML
---
|
|
|
|
- name: Restart journald
|
|
service: name=systemd-journald state=restarted
|
|
|
|
- name: update-grub
|
|
command: update-grub
|
|
|
|
- name: update-initramfs
|
|
command: update-initramfs -u -k all
|