author | Luke Hoersten <luke@hoersten.org> |
Sun, 28 Jun 2020 09:00:01 -0500 | |
changeset 51 | 19fa7aa47bf1 |
parent 48 | 4b18b1523ec2 |
permissions | -rw-r--r-- |
48 | 1 |
--- |
2 |
||
3 |
- name: add srht repo keys |
|
4 |
become: yes |
|
5 |
apt_key: url="https://mirror.sr.ht/debian/key.asc" |
|
6 |
||
7 |
- name: add srht apt repo |
|
8 |
become: yes |
|
9 |
apt_repository: repo="deb https://mirror.sr.ht/debian sid main" |
|
10 |
||
11 |
- name: install srht |
|
12 |
become: yes |
|
13 |
apt: |
|
14 |
name: "{{item}}" |
|
15 |
loop: |
|
16 |
- "python3-hgsrht" |