This commit is contained in:
DeveloperDurp 2025-12-09 17:28:08 -06:00
parent a36ea03119
commit 0b2e89a703
26 changed files with 106 additions and 272 deletions

View file

@ -8,7 +8,7 @@
- name: Copy each .service file to systemd directory
copy:
src: "{{ item.path }}"
dest: "/etc/udev/rules.d"
dest: "/usr/lib/udev/rules.d/"
owner: root
group: root
mode: '0644'