add debian version variable for repo setup

This commit is contained in:
2022-06-23 16:46:45 +02:00
parent 58612a972a
commit 8a655e2212
3 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ Role Variables
with their default value, if any
koha_version: 21.05.05
koha_debian_version: 21.05
koha_home_dir: /home/koha
koha_install_dir: "{{ koha_home_dir }}/koha"
koha_src_dir: "{{ koha_home_dir }}/Koha-{{ koha_version }}"