summaryrefslogtreecommitdiff
path: root/roles/radicle_node/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/radicle_node/tasks/main.yml')
-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: |