From ca5dd0b1905913082ce549489f4b85540dfee365 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 31 Dec 2020 19:22:58 -0600 Subject: [PATCH] Fix incorrect gitea custom dir I GUESS --- playbooks/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/web.yml b/playbooks/web.yml index f8b5a83..f6ff08f 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -146,7 +146,7 @@ - repo: https://git.desu.ltd/salt/9iron dest: /var/www/www.9iron.club - repo: https://git.desu.ltd/salt/gitea-custom - dest: /var/lib/gitea/custom + dest: /usr/local/bin/custom become: yes tags: [ web, git ] - role: nextcloud