updated naming

This commit is contained in:
Tobias Lehmann 2024-03-14 14:33:41 +01:00
parent 4c444c9642
commit 3df6ed6c37
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
- name: "Systemd service for UDEV rules to allow access to Coral USB from LXC -> Create configuration" - name: "Systemd service for UDEV rules to allow access to Coral USB from LXC -> Create configuration"
tags: always tags: always
template: template:
src: "../templates/coral-usb/coralusb-udev-rule.service.j2" src: "../templates/coral-usb/coralusb-udev-rules.service.j2"
dest: /etc/systemd/system/coralusb-udev-rule.service dest: /etc/systemd/system/coralusb-udev-rules.service
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
@ -18,11 +18,11 @@
daemon_reload: yes daemon_reload: yes
enabled: yes enabled: yes
state: restarted state: restarted
name: coralusb-udev-rule name: coralusb-udev-rules
- name: Systemd service for UDEV rules -> restart - name: Systemd service for UDEV rules -> restart
tags: always tags: always
systemd: systemd:
daemon_reload: yes daemon_reload: yes
state: restarted state: restarted
name: coralusb-udev-rule name: coralusb-udev-rules