Add missing hdmi tags

This commit is contained in:
KemoNine 2020-08-04 23:35:47 +00:00
parent 67279be8a5
commit 97244431a3
1 changed files with 10 additions and 1 deletions

View File

@ -27,6 +27,8 @@
owner: root
group: root
mode: 0644
tags:
- hdmi-config
- name: Generate screen-on.timer
template:
src: screen-on.timer
@ -34,18 +36,25 @@
owner: root
group: root
mode: 0644
tags:
- hdmi-config
- block:
- name: Refresh systemd
systemd:
daemon_reload: yes
tags:
- hdmi-config
- name: Enable screen-off.timer
systemd:
name: screen-off.timer
state: started
enabled: yes
tags:
- hdmi-config
- name: Enable screen-on.timer
systemd:
name: screen-on.timer
state: started
enabled: yes
tags:
- hdmi-config