diff --git a/roles/copr/pre/tasks/main.yml b/roles/copr/pre/tasks/main.yml index 28d7ca0cb6..83e9ff2d4f 100644 --- a/roles/copr/pre/tasks/main.yml +++ b/roles/copr/pre/tasks/main.yml @@ -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