From edd323e39a37b6f59e5cdbc0cf3322eb2f159929 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 01:19:54 +0100 Subject: [PATCH] Add playbook plugin --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index caf8403..256d774 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"], + "plugins": ["mariadb", "ansible-playbook"], "volumes": [ { "host": "/var/lib/gitea", "app": "/data" }, { "host": "/etc/timezone", "app": "/etc/timezone:ro" },