From 8478e90356b6738a13eed3878000d0e112074960 Mon Sep 17 00:00:00 2001 From: binary Date: Tue, 24 Nov 2020 18:18:53 +0100 Subject: Draft for sourcehut --- roles/sourcehut/tasks/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 roles/sourcehut/tasks/main.yml (limited to 'roles/sourcehut') diff --git a/roles/sourcehut/tasks/main.yml b/roles/sourcehut/tasks/main.yml new file mode 100644 index 0000000..95eff76 --- /dev/null +++ b/roles/sourcehut/tasks/main.yml @@ -0,0 +1,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 -- cgit v1.2.3