mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Revert "copr-infra: hash the root password"
This reverts commit 482bfb8846.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user