diff options
author | binary <me@rgoncalves.se> | 2020-12-02 18:37:00 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-02 18:37:00 +0100 |
commit | eece83807a27d6becf426ebc3cd2ae10fed63270 (patch) | |
tree | 14660406f5d17ff797bdaee0465757a90d677ad9 | |
parent | c4edd14b8aaf65d1db86074b0109b89ae609d4b3 (diff) | |
download | infrastructure-eece83807a27d6becf426ebc3cd2ae10fed63270.tar.gz |
Remove sourcehut, still need to figure out manual setup
-rw-r--r-- | roles/sourcehut/tasks/main.yml | 14 |
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 |