--- - name: Change password root user user: name: "root" state: present password: "{{ root_password | password_hash('sha512') }}"