- hosts: odroid_cluster become: true tasks: - name: Remove docker apt: name: docker.io state: absent