Move regen initramfs handler to desktop-common

This commit is contained in:
Salt 2020-09-19 07:34:57 -05:00
parent d530671a35
commit 499fd26efa
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,3 @@
name: cron
state: restarted
become: yes
- name: regen initramfs
command: /usr/sbin/update-initramfs -c -k all
become: yes

View File

@ -9,3 +9,6 @@
name: sshd.service
state: restarted
become: yes
- name: regen initramfs
command: /usr/sbin/update-initramfs -c -k all
become: yes