create koha group

This commit is contained in:
2022-06-23 12:02:25 +02:00
parent 6a106a5573
commit 6c0dc04f49

View File

@@ -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