arch-install/roles/08_tweaks/tasks/gsettings.yml

5 lines
132 B
YAML
Raw Normal View History

2024-06-07 07:18:07 +00:00
---
2024-06-07 07:49:30 +00:00
- name: Apply dconf settings
2024-06-07 08:03:41 +00:00
ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf
2024-06-07 08:28:28 +00:00
changed_when: true