copr-infra: hash the root password
This commit is contained in:
parent
f11eb65ffc
commit
482bfb8846
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: setup the root password
|
||||
ansible.builtin.user:
|
||||
name: root
|
||||
password: "{{ copr_root_passwords[deployment_type][copr_machine_type] }}"
|
||||
password: "{{ copr_root_passwords[deployment_type][copr_machine_type] | password_hash('sha512') }}"
|
||||
tags:
|
||||
- root_password
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue