add salt to password hash
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
f62f155237
commit
3e53b8c353
@ -4,7 +4,7 @@
|
|||||||
user:
|
user:
|
||||||
comment: Cups Admin
|
comment: Cups Admin
|
||||||
name: "{{ cups_admin_username }}"
|
name: "{{ cups_admin_username }}"
|
||||||
password: "{{ cups_admin_password | password_hash('sha512') }}"
|
password: "{{ cups_admin_password | password_hash('sha512', inventory_hostname) }}"
|
||||||
groups: printadmin
|
groups: printadmin
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user