add handler to trigger udev rule reloading
This commit is contained in:
parent
cebb916477
commit
5a0e076e26
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user