Attempted to safe some bugs

This commit is contained in:
2023-05-28 09:34:39 +02:00
parent df6e2c7fc5
commit ee84cf2024
3 changed files with 8 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
---
- name: Copy keyboard-color.timer file
template:
src: keyboard-color.timer
src: keyboard-color.timer.j2
dest: /etc/systemd/system/keyboard-color.j2
mode: 0644
tags:
@@ -24,7 +24,7 @@
- name: Enable and start keyboard-color.timer
systemd:
name: keyboard-color.timer
state: started
state: restarted
enabled: yes
tags:
- keyboard-color