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

@@ -25,7 +25,7 @@
state: present
- apt_repository:
filename: koha
repo: "deb http://debian.koha-community.org/koha stable main"
repo: "deb http://debian.koha-community.org/koha {{ koha_debian_version }} main"
state: present
- name: create koha group