From 43d75d65c6b3caffc1810d43779555e57bc5e593 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 29 Nov 2024 10:10:40 +0100 Subject: [PATCH] Revert "copr-infra: hash the root password" This reverts commit 482bfb8846445b56465ecb1aa6a3ff9efca7dde2. --- roles/copr/pre/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/pre/tasks/main.yml b/roles/copr/pre/tasks/main.yml index 83e9ff2d4f..28d7ca0cb6 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_hash('sha512') }}" + password: "{{ copr_root_passwords[deployment_type][copr_machine_type] }}" tags: - root_password