From 97244431a3d738ea90521c3ed00ab5577494b533 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 23:35:47 +0000 Subject: [PATCH] Add missing hdmi tags --- roles/hdmi/tasks/main.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/roles/hdmi/tasks/main.yml b/roles/hdmi/tasks/main.yml index 5690d4d..a02ab01 100644 --- a/roles/hdmi/tasks/main.yml +++ b/roles/hdmi/tasks/main.yml @@ -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