From 5776fa5a2260abb9eeef511aca2eaabf1db0c727 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 12:20:17 +0100 Subject: [PATCH] Final quote fixes --- ansible/pre-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index f575c38..f154e68 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -104,9 +104,9 @@ DB_NAME: "gitea" DB_USER: "mariadb" # https://github.com/dokku/dokku-mariadb/issues/89 DB_PASSWD: "{{ db_passwd }}" - DISABLE_REGISTRATION: true + DISABLE_REGISTRATION: "true" DOMAIN: "git.autonomic.zone" - INSTALL_LOCK: true + INSTALL_LOCK: "true" RUN_MODE: "prod" USER_GID: "{{ gitea_user_guid }}" USER_UID: "{{ gitea_user_uid }}"