mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 18:57:12 +02:00
Replaced .infinito.service and .infinito.timer by SOFTWARE_NAME suffix, optimized LICENSE link and update OIDC Realm and ID conf
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
dest: /opt/keyboard_color.py
|
||||
mode: "0755"
|
||||
|
||||
- name: Copy keyboard-color.infinito.service file
|
||||
- name: Copy keyboard-color{{ SYS_SERVICE_SUFFIX }} file
|
||||
template:
|
||||
src: keyboard-color.service.j2
|
||||
dest: /etc/systemd/system/keyboard-color.infinito.service
|
||||
dest: /etc/systemd/system/keyboard-color{{ SYS_SERVICE_SUFFIX }}
|
||||
mode: 0644
|
||||
|
||||
- name: Reload systemd daemon
|
||||
|
Reference in New Issue
Block a user