srht/tasks/main.yaml
changeset 48 4b18b1523ec2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srht/tasks/main.yaml	Mon Jun 15 23:26:27 2020 -0500
@@ -0,0 +1,16 @@
+---
+
+- 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"