--- - name: change root user password in container ansible.builtin.shell: cmd: |- incus exec {{ lte_container_name }} -- \ bash -c \ 'echo "root:{{ lte_container_root_pwd }}" | chpasswd' changed_when: false