refactor: add dependencies for Pano - Clipboard Manager installation
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
This commit is contained in:
parent
8af861ce86
commit
5fae7d43fa
@ -1,3 +1,12 @@
|
||||
- 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user