change koha user shell
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
user:
|
user:
|
||||||
name: koha
|
name: koha
|
||||||
home: "{{ koha_home_dir }}"
|
home: "{{ koha_home_dir }}"
|
||||||
|
shell: /bin/bash
|
||||||
create_home: yes
|
create_home: yes
|
||||||
password: "{{ kohapassword | password_hash('sha512',123456 | random( seed=ansible_hostname )|string)}}"
|
password: "{{ kohapassword | password_hash('sha512',123456 | random( seed=ansible_hostname )|string)}}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user