aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sourcehut/tasks/main.yml
blob: 95eff767404659cd8d5ed4238cf78d1784d0c682 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# sourcehut ~~ roles/sourcehut/tasks/main.yml
# configure sourcehut for alpine host

---

- name: enable sourcehut repository
  shell: |
    echo "https://mirror.sr.ht/alpine/v3.12/sr.ht" >> /etc/apk/repositories
    wget -q -O /etc/apk/keys/alpine@sr.ht.rsa.pub https://mirror.sr.ht/alpine/alpine@sr.ht.rsa.pub
    apk update

- name: download sourcehut base packages
  shell: echo a 
remember that computers suck.