Move regen initramfs handler to desktop-common
This commit is contained in:
parent
d530671a35
commit
499fd26efa
@ -6,6 +6,3 @@
|
|||||||
name: cron
|
name: cron
|
||||||
state: restarted
|
state: restarted
|
||||||
become: yes
|
become: yes
|
||||||
- name: regen initramfs
|
|
||||||
command: /usr/sbin/update-initramfs -c -k all
|
|
||||||
become: yes
|
|
||||||
|
@ -9,3 +9,6 @@
|
|||||||
name: sshd.service
|
name: sshd.service
|
||||||
state: restarted
|
state: restarted
|
||||||
become: yes
|
become: yes
|
||||||
|
- name: regen initramfs
|
||||||
|
command: /usr/sbin/update-initramfs -c -k all
|
||||||
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user