From 077f0a0622742552152a43a190e364aa7b482411 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 13 Feb 2024 19:07:56 +0200 Subject: chore(radicle_node): fix language, drop commented-out task Signed-off-by: Lars Wirzenius Sponsored-by: author --- roles/radicle_node/tasks/main.yml | 13 +------------ 1 file changed, 1 insertion(+), 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: | -- cgit v1.2.1