Remove pterodactyl before docker

This commit is contained in:
LinuxSquare 2025-04-01 21:36:02 +02:00
parent 2f5a33c394
commit 4100cfd793

View file

@ -1,5 +1,11 @@
- hosts: localhost - hosts: localhost
tasks: tasks:
- name: Remove pterodactyl
package:
state: absent
name:
- pterodactyl-panel-compose
- pterodactyl-wings
- name: Remove Docker - name: Remove Docker
package: package:
state: absent state: absent
@ -7,9 +13,3 @@
- docker - docker
- docker-cli-compose - docker-cli-compose
- docker-openrc - docker-openrc
- name: Remove pterodactyl
package:
state: absent
name:
- pterodactyl-panel-compose
- pterodactyl-wings