diff --git a/tasks/general/software/packages.yml b/tasks/general/software/packages.yml index e3a5eea..f879826 100644 --- a/tasks/general/software/packages.yml +++ b/tasks/general/software/packages.yml @@ -142,14 +142,6 @@ 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 - - name: General | Software | Packages | Other Debian Packages package: name: diff --git a/tasks/workstation/linux/software/packages.yml b/tasks/workstation/linux/software/packages.yml index bde690b..52ff1b8 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -42,6 +42,14 @@ - hugo state: present +- name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool) + package: + name: + - gnome-shell-extension-gsconnect + state: present + when: ansible_distribution in ("Debian") + ignore_errors: yes + # Remove Repo Software # - name: Workstation | Linux | Software | Packages | Remove Applications