add handler to trigger udev rule reloading

This commit is contained in:
Alexander Grothe 2017-11-18 10:15:54 +01:00
parent cebb916477
commit 5a0e076e26

View File

@ -4134,6 +4134,9 @@ if __name__ == '__main__':
- name: Reconfigure unattended upgrades with dpkg - name: Reconfigure unattended upgrades with dpkg
command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades' command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
- name: Trigger Udev
command: 'udevadm trigger '
- name: Restart Samba - name: Restart Samba
systemd: systemd:
name: smbd.service name: smbd.service