Set nhadmin shell to bash

This commit is contained in:
iRaven 2024-04-28 20:25:37 -05:00
parent 60a5718c10
commit 2129c517c6

View File

@ -56,6 +56,7 @@
name: nhadmin
state: present
password: "{{ nhadmin_password | password_hash('sha512') }}"
shell: /bin/bash
# add to sudo
groups: sudo
append: yes