Add missing hdmi tags
This commit is contained in:
parent
67279be8a5
commit
97244431a3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue