change koha user shell

This commit is contained in:
2022-01-27 14:13:40 +01:00
parent 2d3c870470
commit 89692f731f

View File

@@ -39,6 +39,7 @@
user:
name: koha
home: "{{ koha_home_dir }}"
shell: /bin/bash
create_home: yes
password: "{{ kohapassword | password_hash('sha512',123456 | random( seed=ansible_hostname )|string)}}"