Feat: gtk preferences for me

This commit is contained in:
2022-01-13 06:09:02 +01:00
parent 42a3eff064
commit 98cc89c7d3
2 changed files with 66 additions and 28 deletions

View File

@@ -32,6 +32,16 @@
- name: set dotfiles
import_tasks: dotfiles.yml
- name: gtk_settings
dconf:
key: "{{ item.key }}"
value: "{{ item.value }}"
state: present
with_items: "{{ user.gtk_settings | default('') }}"
become: true
become_user: "{{ user.username }}"
- name: user owns its create_home
file:
path: "/home/{{ user.username }}/.dotfiles"