Quote booleans so they stay lowercase.
This commit is contained in:
parent
3f6fb73e26
commit
6ec1a89c98
@ -36,7 +36,7 @@
|
|||||||
- name: General | Account Management | GNOME | Interface - Show Date
|
- name: General | Account Management | GNOME | Interface - Show Date
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/interface/clock-show-date
|
key: /org/gnome/desktop/interface/clock-show-date
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
@ -50,28 +50,28 @@
|
|||||||
- name: General | Account Management | GNOME | Interface - Show Seconds
|
- name: General | Account Management | GNOME | Interface - Show Seconds
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/interface/clock-show-seconds
|
key: /org/gnome/desktop/interface/clock-show-seconds
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
- name: General | Account Management | GNOME | Interface - Show Weekday
|
- name: General | Account Management | GNOME | Interface - Show Weekday
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/interface/clock-show-weekday
|
key: /org/gnome/desktop/interface/clock-show-weekday
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
- name: General | Account Management | GNOME | Interface - 24h Format
|
- name: General | Account Management | GNOME | Interface - 24h Format
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/interface/show-battery-percentage
|
key: /org/gnome/desktop/interface/show-battery-percentage
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
- name: General | Account Management | GNOME | Interface - Show Week Date
|
- name: General | Account Management | GNOME | Interface - Show Week Date
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/calendar/show-weekdate
|
key: /org/gnome/desktop/calendar/show-weekdate
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
@ -99,14 +99,14 @@
|
|||||||
- name: General | Account Management | GNOME | Privacy - Camera
|
- name: General | Account Management | GNOME | Privacy - Camera
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/privacy/disable-camera
|
key: /org/gnome/desktop/privacy/disable-camera
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
- name: General | Account Management | GNOME | Privacy - Microphone
|
- name: General | Account Management | GNOME | Privacy - Microphone
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/desktop/privacy/disable-microphone
|
key: /org/gnome/desktop/privacy/disable-microphone
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user