Files
silverblue-playbook/roles/home/tasks/gnome.yml
2021-09-14 10:26:16 +02:00

10 lines
320 B
YAML

---
- name: Install GNOME Shell Extensions
ansible.builtin.git:
repo: "{{ item[1].key }}"
dest: "/home/{{ item[0] }}/.local/share/gnome-shell/extensions/{{ item[1].value.extension_uuid }}"
with_nested:
- "{{ users }}"
- "{{ home_gnome_shell_extensions | dict2items }}"
notify: Compile glib schemas