src.nth.io/

summaryrefslogtreecommitdiff
path: root/srht/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-29 18:59:24 -0500
committerLuke Hoersten <[email protected]>2020-06-29 18:59:24 -0500
commit87b06a90243932b5ecdf394cee3fe1d97f040836 (patch)
tree73f64d43e8454af35d15a7044f31a466143bfd44 /srht/tasks
parent993697be3753be25f3d05617c53d66c64b0e97b5 (diff)
Removed srht role.
Diffstat (limited to 'srht/tasks')
-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"