- hosts: localhost tasks: - name: "migrations : Remove pterodactyl" package: state: absent name: - pterodactyl-panel-compose - pterodactyl-wings - name: "migrations : Remove Docker" package: state: absent name: - docker - docker-cli-compose - docker-openrc