From 18332fd0bb0ddc2f50d54252455db265e5aa99c4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 01:44:31 +0100 Subject: [PATCH] Remove call to plugin here --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 256d774..caf8403 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "description": "Gitea is a painless self-hosted Git service.", "repository": "https://gitlab.com/autonomic-cooperative/coop-cloud/gitea", "dokku": { - "plugins": ["mariadb", "ansible-playbook"], + "plugins": ["mariadb"], "volumes": [ { "host": "/var/lib/gitea", "app": "/data" }, { "host": "/etc/timezone", "app": "/etc/timezone:ro" },