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