aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-02 18:37:00 +0100
committerbinary <me@rgoncalves.se>2020-12-02 18:37:00 +0100
commiteece83807a27d6becf426ebc3cd2ae10fed63270 (patch)
tree14660406f5d17ff797bdaee0465757a90d677ad9 /roles
parentc4edd14b8aaf65d1db86074b0109b89ae609d4b3 (diff)
downloadinfrastructure-eece83807a27d6becf426ebc3cd2ae10fed63270.tar.gz
Remove sourcehut, still need to figure out manual setup
Diffstat (limited to 'roles')
-rw-r--r--roles/sourcehut/tasks/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/sourcehut/tasks/main.yml b/roles/sourcehut/tasks/main.yml
deleted file mode 100644
index 95eff76..0000000
--- a/roles/sourcehut/tasks/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-# 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.