diff options
-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 |