Fix true to be a string so it gets sent lowercase (unthanks to Python/Ansible). dconf will convert it to a bool for us.

This commit is contained in:
Hyperling 2021-07-12 08:17:18 -05:00
parent cbd00f076f
commit e33a1abe3c

View File

@ -112,7 +112,7 @@
- name: Workstation | Account Management | GNOME | Dash To Dock | Dock Fixed
dconf:
key: /org/gnome/shell/extensions/dash-to-dock/dock-fixed
value: true
value: "true"
state: present
become_user: ling