src.nth.io/

summaryrefslogtreecommitdiff
path: root/nostr/build/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'nostr/build/tasks')
-rw-r--r--nostr/build/tasks/main.yaml12
1 files changed, 3 insertions, 9 deletions
diff --git a/nostr/build/tasks/main.yaml b/nostr/build/tasks/main.yaml
index 8d7b891..2f2c45f 100644
--- a/nostr/build/tasks/main.yaml
+++ b/nostr/build/tasks/main.yaml
@@ -9,17 +9,11 @@
group: "{{ansible_user}}"
mode: "0755"
+# The unversioned package tracks the release default (1.26 on 26.04) and
+# provides /usr/bin/go itself, so no pinned version or hand symlink.
- name: install golang
become: yes
- apt: name="golang-1.21-go"
-
-- name: link go bin
- become: yes
- file:
- src: "/usr/lib/go-1.21/bin/go"
- dest: "/usr/bin/go"
- state: "link"
- mode: "0755"
+ apt: name="golang-go"
- name: unarchive nostr relayer
unarchive: