add salt to password hash
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-13 00:18:44 +01:00
parent f62f155237
commit 3e53b8c353
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
user:
comment: Cups Admin
name: "{{ cups_admin_username }}"
password: "{{ cups_admin_password | password_hash('sha512') }}"
password: "{{ cups_admin_password | password_hash('sha512', inventory_hostname) }}"
groups: printadmin
become: True
become_user: root