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
1 changed files with 3 additions and 0 deletions

View File

@ -4133,6 +4133,9 @@ if __name__ == '__main__':
#+BEGIN_SRC yaml :tangle handlers/main.yml :mkdirp yes
- name: Reconfigure unattended upgrades with dpkg
command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
- name: Trigger Udev
command: 'udevadm trigger '
- name: Restart Samba
systemd: