mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Fix GNOME extensions gsettings payload quoting
This commit is contained in:
@@ -228,11 +228,9 @@
|
|||||||
tags: [gnome]
|
tags: [gnome]
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
workstation_enabled_gnome_extensions_desired_gsettings: >-
|
workstation_enabled_gnome_extensions_desired_gsettings: >-
|
||||||
[{{
|
[{% for extension_uuid in workstation_enabled_gnome_extensions_desired -%}
|
||||||
workstation_enabled_gnome_extensions_desired
|
'{{ extension_uuid | replace("'", "\\'") }}'{% if not loop.last %}, {% endif %}
|
||||||
| map('regex_replace', '^(.*)$', "'\\1'")
|
{%- endfor %}]
|
||||||
| join(', ')
|
|
||||||
}}]
|
|
||||||
|
|
||||||
- name: Determine whether workstation GNOME enabled extensions must change
|
- name: Determine whether workstation GNOME enabled extensions must change
|
||||||
tags: [gnome]
|
tags: [gnome]
|
||||||
|
|||||||
Reference in New Issue
Block a user