From 67c77bb3e3b36f6c8211853e2b5d26b9a4f4892e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 21 Mar 2020 01:48:23 +0100 Subject: [PATCH] Load variables --- ansible/pre-deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index ef12e24..bc7df3c 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -1,6 +1,11 @@ --- - hosts: all tasks: + - name: Load variables + include_vars: + file: "/var/lib/dokku/data/ansible/gitea/vars.yml" + name: app_vars + - name: Setup host Gitea group group: name: gitea