src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srht/tasks/main.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/srht/tasks/main.yaml b/srht/tasks/main.yaml
deleted file mode 100644
index 843ffce..0000000
--- a/srht/tasks/main.yaml
+++ /dev/null
@@ -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"