arch-install/roles/08_tweaks/tasks/gsettings.yml
Ariejan de Vroom 4ec9283994
Some checks failed
Lint / Lint (3.11) (push) Failing after 22s
Lint / Lint (3.10) (push) Failing after 23s
Update arch install
2024-06-10 10:44:29 +02:00

6 lines
179 B
YAML

---
- name: Apply dconf settings
ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf
changed_when: true
become: true
become_user: "{{ user.name }}"