change koha user shell
This commit is contained in:
@@ -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)}}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user