summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-13 19:07:56 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-13 19:07:56 +0200
commit077f0a0622742552152a43a190e364aa7b482411 (patch)
tree53e3c9aba1ca087da47cc1bdba5cce76ce920a80
parente169a4a85811eec51a3dbabb3098d543dc716d4e (diff)
downloaddebian-ansible-077f0a0622742552152a43a190e364aa7b482411.tar.gz
chore(radicle_node): fix language, drop commented-out task
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--roles/radicle_node/tasks/main.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/roles/radicle_node/tasks/main.yml b/roles/radicle_node/tasks/main.yml
index 7aa8b7a..a86a67a 100644
--- a/roles/radicle_node/tasks/main.yml
+++ b/roles/radicle_node/tasks/main.yml
@@ -35,7 +35,7 @@
- radicle-ci-broker
- radicle-native-ci
-- name: "stop Radicle node if running"
+- name: "stop Radicle node if it's running"
shell: |
systemctl stop radicle-node || true
@@ -94,17 +94,6 @@
group: _rad
mode: 0644
-# - name: "install of upgrade Radicle using installer"
-# shell: |
-# # Can't use "set -o pipefail" here, because shell may not be
-# # bash. So we don't use a pipe from curl to bash, and download
-# # as one command and run script as a second command. If the
-# # download fails, the task fails.
-
-# curl -sSf https://radicle.xyz/install > radicle-install
-# install -m 0644 -o _rad -g _rad radicle-install /home/_rad/radicle-install
-# sudo -u _rad -i bash ./radicle-install
-
- name: "install systemd unit for Radicle node"
copy:
content: |