Removed srht role.
authorLuke Hoersten <luke@hoersten.org>
Mon, 29 Jun 2020 18:59:24 -0500
changeset 57 628402a01a59
parent 56 59e94b4a91a2
child 58 baca37fdc8c3
Removed srht role.
srht/tasks/main.yaml
--- a/srht/tasks/main.yaml	Mon Jun 29 18:38:49 2020 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
----
-
-- name: add srht repo keys
-  become: yes
-  apt_key: url="https://mirror.sr.ht/debian/key.asc"
-
-- name: add srht apt repo
-  become: yes
-  apt_repository: repo="deb https://mirror.sr.ht/debian sid main"
-
-- name: install srht
-  become: yes
-  apt:
-    name: "{{item}}"
-  loop:
-    - "python3-hgsrht"