ansible/roles/hdmi/defaults/main.yml

8 lines
229 B
YAML
Raw Normal View History

2020-08-04 23:33:01 +00:00
---
# When to automatically turn on the display (every day @ 6am)
hdmi_schedule_display_on: "*-*-* 6:00:00"
# When to automatically turn off the display (every day @ midnight)
hdmi_schedule_display_off: "*-*-* 00:00:00"