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:
parent
cbd00f076f
commit
e33a1abe3c
@ -112,7 +112,7 @@
|
|||||||
- name: Workstation | Account Management | GNOME | Dash To Dock | Dock Fixed
|
- name: Workstation | Account Management | GNOME | Dash To Dock | Dock Fixed
|
||||||
dconf:
|
dconf:
|
||||||
key: /org/gnome/shell/extensions/dash-to-dock/dock-fixed
|
key: /org/gnome/shell/extensions/dash-to-dock/dock-fixed
|
||||||
value: true
|
value: "true"
|
||||||
state: present
|
state: present
|
||||||
become_user: ling
|
become_user: ling
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user