---
- name: Set root password
ansible.builtin.user:
name: root
password: "{{ root_password_hashed }}"