--- - name: Raspberry Debian Linux Setup hosts: all tasks: - name: Remove the grpup pi ansible.builtin.user: name: pi state: absent remove: yes - name: Remove the user pi ansible.builtin.user: name: pi state: absent remove: yes