create koha group
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
repo: "deb http://debian.koha-community.org/koha stable main"
|
repo: "deb http://debian.koha-community.org/koha stable main"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: create koha group
|
||||||
|
ansible.builtin.group:
|
||||||
|
name: "{{ koha_group }}"
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: create koha user
|
- name: create koha user
|
||||||
vars:
|
vars:
|
||||||
- kohapassword: $ANSIBLE_VAULT;1.1;AES256
|
- kohapassword: $ANSIBLE_VAULT;1.1;AES256
|
||||||
|
|||||||
Reference in New Issue
Block a user