Add GS Connect.

This commit is contained in:
Hyperling 2025-05-09 17:41:02 -07:00
parent c828131bad
commit 1e65b565cd

View File

@ -137,3 +137,11 @@
state: absent
when: ansible_distribution != "Ubuntu"
ignore_errors: yes
- name: General | Software | Packages | GS Connect (KDE Connect, Android Tool)
package:
name:
- gnome-shell-extension-gsconnect
state: present
when: ansible_distribution in ("Debian")
ignore_errors: yes