--- - name: Remove MicroK8s from Raspberries hosts: kubernetes roles: - common become: yes gather_facts: no tasks: - name: Uninstall MicroK8s community.general.snap: name: microk8s state: absent register: result - name: Display uninstall outcome ansible.builtin.debug: var: result.stdout_lines