arch-install/roles/08_tweaks/tasks/gnome-extensions.yml
Ariejan de Vroom 05dc61cbd8
Some checks failed
Lint / Lint (3.10) (push) Failing after 15s
Lint / Lint (3.11) (push) Failing after 18s
Update ssh key script; deps
2024-06-07 13:44:37 +02:00

6 lines
161 B
YAML

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