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