hash password for user module
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a5074b4963
commit
a3cc643adf
@ -4,7 +4,7 @@
|
||||
user:
|
||||
comment: Cups Admin
|
||||
name: "{{ cups_admin_username }}"
|
||||
password: "{{ cups_admin_password }}"
|
||||
password: "{{ cups_admin_password | password_hash('sha512') }}"
|
||||
groups: printadmin
|
||||
become: True
|
||||
become_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user