arch-install/roles/08_tweaks/tasks/gnome-extensions.yml
Ariejan de Vroom 0eacc15aed
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 13s
more extensions
2024-06-07 11:27:48 +02:00

5 lines
158 B
YAML

---
- name: Install Gnome Extensions
ansible.builtin.shell: gext --filesystem install {{ item }}
with_items: "{{ gnome_extensions }}"
changed_when: true