Add ability to leave off Night Light through Workstation provisioning file.

This commit is contained in:
2025-07-13 09:06:37 -07:00
parent 42306e4287
commit b6066558e7
2 changed files with 11 additions and 1 deletions

View File

@ -200,6 +200,9 @@
; mobile : Set to true if not using an amd64 processor.
; Also used to disable tasks not helpful for Pinephone.
;
; redmode : Set to true/false for automatially using Night Light in GNOME.
; Default: true
;
[global]
marker: '; {mark} MANAGED BY ANSIBLE | Workstation Config'
state: present
@ -216,6 +219,7 @@
vnc: "{{ lookup('ini', 'vnc file={{wrk_file}} default=false') }}"
bsd_gpu: "{{ lookup('ini', 'bsd_gpu file={{wrk_file}} default=false') }}"
mobile: "{{ lookup('ini', 'mobile file={{wrk_file}} default=false') }}"
redmode: "{{ lookup('ini', 'redmode file={{wrk_file}} default=true' ) }}"
- name: General | Account Management | Provisioning Configuration | Workstation | List
set_fact:
@ -229,6 +233,7 @@
- { 'vnc': "{{ vnc }}" }
- { 'bsd_gpu': "{{ bsd_gpu }}" }
- { 'mobile': "{{ mobile }}" }
- { 'redmode': "{{ redmode }}" }
# No longer mining, this is now considered deprecated.
### Miner ##