fix: fix used salt in 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
8d248341b9
commit
9606e186a5
@ -10,7 +10,7 @@
|
||||
user:
|
||||
comment: Cups Admin
|
||||
name: "{{ item.name }}"
|
||||
password: "{{ item.password | password_hash('sha512', inventory_hostname) }}"
|
||||
password: "{{ item.password | password_hash('sha512', 65534 | random(seed=inventory_hostname) | string) }}"
|
||||
groups: "{{ cups_admin_group }}"
|
||||
state: present
|
||||
loop: "{{ cups_admin_users }}"
|
||||
|
Loading…
Reference in New Issue
Block a user