mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
copr-infra: hash the root password
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: "{{ copr_root_passwords[deployment_type][copr_machine_type] | password_hash('sha512') }}"
|
||||
tags:
|
||||
- root_password
|
||||
|
||||
|
||||
Reference in New Issue
Block a user