From 25540c129df70947154a2127ce0451cc80851e02 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 15 Jun 2020 23:26:27 -0500 Subject: Updated irc tasks. --- srht/tasks/main.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srht/tasks/main.yaml (limited to 'srht/tasks/main.yaml') diff --git a/srht/tasks/main.yaml b/srht/tasks/main.yaml new file mode 100644 index 0000000..843ffce --- /dev/null +++ b/srht/tasks/main.yaml @@ -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" -- cgit v1.2.3