Also add a file for that udev thing I changed earlier
This commit is contained in:
parent
4c54833b7e
commit
c5574e4924
6
roles/desktop/handlers/main.yml
Normal file
6
roles/desktop/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- name: reload udev
|
||||
command: /usr/bin/udevadm trigger
|
||||
become: yes
|
Loading…
Reference in New Issue
Block a user