From 6ec1a89c982d00efd8c4206ec38c1b42ebd7baad Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 6 Feb 2021 16:34:40 -0600 Subject: [PATCH] Quote booleans so they stay lowercase. --- tasks/general/software/gnome.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tasks/general/software/gnome.yml b/tasks/general/software/gnome.yml index 65aa094..2f1f8e9 100644 --- a/tasks/general/software/gnome.yml +++ b/tasks/general/software/gnome.yml @@ -36,7 +36,7 @@ - name: General | Account Management | GNOME | Interface - Show Date dconf: key: /org/gnome/desktop/interface/clock-show-date - value: true + value: "true" state: present become_user: ling @@ -50,28 +50,28 @@ - name: General | Account Management | GNOME | Interface - Show Seconds dconf: key: /org/gnome/desktop/interface/clock-show-seconds - value: true + value: "true" state: present become_user: ling - name: General | Account Management | GNOME | Interface - Show Weekday dconf: key: /org/gnome/desktop/interface/clock-show-weekday - value: true + value: "true" state: present become_user: ling - name: General | Account Management | GNOME | Interface - 24h Format dconf: key: /org/gnome/desktop/interface/show-battery-percentage - value: true + value: "true" state: present become_user: ling - name: General | Account Management | GNOME | Interface - Show Week Date dconf: key: /org/gnome/desktop/calendar/show-weekdate - value: true + value: "true" state: present become_user: ling @@ -99,14 +99,14 @@ - name: General | Account Management | GNOME | Privacy - Camera dconf: key: /org/gnome/desktop/privacy/disable-camera - value: true + value: "true" state: present become_user: ling - name: General | Account Management | GNOME | Privacy - Microphone dconf: key: /org/gnome/desktop/privacy/disable-microphone - value: true + value: "true" state: present become_user: ling