Remove signal

This commit is contained in:
2021-10-25 19:44:09 +02:00
parent 5890dd13d6
commit 6b29f628db
4 changed files with 3 additions and 32 deletions

View File

@@ -21,7 +21,6 @@ Wants=pasystray.service
Wants=redshift.service
Wants=restic.timer
Wants=screencfg.service
Wants=signal.service
Wants=spotify.service
Wants=steam.service
Wants=touchpad.service

View File

@@ -1,7 +0,0 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env signal-desktop
PassEnvironment=DISPLAY

View File

@@ -377,9 +377,6 @@ packages:
ncdu:
ubuntu: ["ncdu"]
archlinux: ["ncdu"]
signal:
ubuntu: []
archlinux: ["signal-desktop"]
remove:
mousepad:
@@ -394,3 +391,6 @@ packages:
golang:
ubuntu: ["golang-go"]
archlinux: ["go"]
signal:
ubuntu: []
archlinux: ["signal-desktop"]

View File

@@ -560,27 +560,6 @@
tags: [spotify]
- block:
- name: add signal apt key
apt_key:
url: "https://updates.signal.org/desktop/apt/keys.asc"
id: "D980A17457F6FB06"
become: true
- name: add signal repository
apt_repository:
repo: "deb https://updates.signal.org/desktop/apt xenial main"
filename: spotify
become: true
- name: install signal
apt:
name: signal-desktop
update_cache: true
become: true
when: distro == 'ubuntu'
tags: [signal]
- name: create dotfiles group
group:
name: dotfiles