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 owner: root
group: root group: root
mode: 0644 mode: 0644
tags:
- hdmi-config
- name: Generate screen-on.timer - name: Generate screen-on.timer
template: template:
src: screen-on.timer src: screen-on.timer
@ -34,18 +36,25 @@
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644
tags:
- hdmi-config
- block: - block:
- name: Refresh systemd - name: Refresh systemd
systemd: systemd:
daemon_reload: yes daemon_reload: yes
tags:
- hdmi-config
- name: Enable screen-off.timer - name: Enable screen-off.timer
systemd: systemd:
name: screen-off.timer name: screen-off.timer
state: started state: started
enabled: yes enabled: yes
tags:
- hdmi-config
- name: Enable screen-on.timer - name: Enable screen-on.timer
systemd: systemd:
name: screen-on.timer name: screen-on.timer
state: started state: started
enabled: yes enabled: yes
tags:
- hdmi-config