Move the Connect software to Workstation.
This commit is contained in:
@@ -142,14 +142,6 @@
|
|||||||
when: ansible_distribution != "Ubuntu"
|
when: ansible_distribution != "Ubuntu"
|
||||||
ignore_errors: yes
|
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
|
- name: General | Software | Packages | Other Debian Packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
@@ -42,6 +42,14 @@
|
|||||||
- hugo
|
- hugo
|
||||||
state: present
|
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 #
|
# Remove Repo Software #
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | Packages | Remove Applications
|
- name: Workstation | Linux | Software | Packages | Remove Applications
|
||||||
|
Reference in New Issue
Block a user