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

6 lines
179 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
2024-06-10 08:44:29 +00:00
become: true
become_user: "{{ user.name }}"