--- - name: Install Pano - Clipboard Manager dependencies ansible.builtin.apt: name: - gir1.2-gda-5.0 - gir1.2-gsound-1.0 state: present update_cache: true become: true - name: Install Pano - Clipboard Manager ansible.builtin.import_tasks: tasks/workstations/gnome-extensions/pano.yml - name: Install Tiling Shell - Window Manager ansible.builtin.import_tasks: tasks/workstations/gnome-extensions/tilingshell.yml - name: Install Quick Settings Tweaks ansible.builtin.import_tasks: tasks/workstations/gnome-extensions/quick-settings.yml