From 37e3ecec01678ebd99a857cb394633c9ab0e8f06 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 14 Aug 2021 22:50:40 +0300 Subject: [PATCH] Add Rclone to the OpenBSD router. For accessing Nextcloud and testing a bunch of things. --- roles/router/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/router/tasks/main.yaml b/roles/router/tasks/main.yaml index a522f32..1ad5dfd 100644 --- a/roles/router/tasks/main.yaml +++ b/roles/router/tasks/main.yaml @@ -170,6 +170,7 @@ - git - go - haproxy + - rclone community.general.openbsd_pkg: name: '{{ item }}' state: present -- GitLab