Revert "copr-infra: hash the root password"

This reverts commit 482bfb8846.
This commit is contained in:
Pavel Raiskup 2024-11-29 10:10:40 +01:00
parent 482bfb8846
commit 43d75d65c6

View file

@ -2,7 +2,7 @@
- name: setup the root password
ansible.builtin.user:
name: root
password: "{{ copr_root_passwords[deployment_type][copr_machine_type] | password_hash('sha512') }}"
password: "{{ copr_root_passwords[deployment_type][copr_machine_type] }}"
tags:
- root_password