add debian version variable for repo setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user