From 14a73634c52ad05ec59f25067d53b2720fe0b605 Mon Sep 17 00:00:00 2001 From: Tim Moody Date: Sun, 26 Apr 2020 10:54:46 -0400 Subject: [PATCH] add a few vars --- roles/2-common/templates/iiab_const.py.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/2-common/templates/iiab_const.py.j2 b/roles/2-common/templates/iiab_const.py.j2 index 6b62a73fc..7396bcbab 100644 --- a/roles/2-common/templates/iiab_const.py.j2 +++ b/roles/2-common/templates/iiab_const.py.j2 @@ -3,6 +3,10 @@ iiab_etc_path = '{{ iiab_etc_path }}' iiab_env_file = '{{ iiab_env_file }}' iiab_ini_file = '{{ iiab_ini_file }}' +iiab_local_vars_file = '{{ iiab_local_vars_file }}' +iiab_base = '{{ iiab_base }}' +iiab_repo_dir = '{{ iiab_dir }}' +iiab_state_file = '{{ iiab_state_file }}' kiwix_cat_path = iiab_etc_path + '/kiwix_catalog.json' zim_path = '{{ iiab_zim_path }}'