This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-signal
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
signal installation role
master
Markus Katharina Brechtel
5 years ago
parent
3b7525f09d
commit
0552af8a8c
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
tasks/main.yaml
+ 15
- 0
tasks/main.yaml
View File
@@ -1 +1,16 @@
---
- name: signal apt key
apt_key:
id: DBA36B5181D0C816F630E889D980A17457F6FB06
url: https://updates.signal.org/desktop/apt/keys.asc
keyring: /etc/apt/trusted.gpg.d/signal.gpg
- name: signal apt repo
apt_repository:
repo: deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main
filename: signal
- name: signal package
apt:
pkg: signal-desktop
Write
Preview
Loading…
Cancel
Save