diff --git a/migrations.ansible.yml b/migrations.ansible.yml index c4b5746..a26cf7a 100644 --- a/migrations.ansible.yml +++ b/migrations.ansible.yml @@ -1,5 +1,11 @@ - hosts: localhost tasks: + - name: Remove pterodactyl + package: + state: absent + name: + - pterodactyl-panel-compose + - pterodactyl-wings - name: Remove Docker package: state: absent @@ -7,9 +13,3 @@ - docker - docker-cli-compose - docker-openrc - - name: Remove pterodactyl - package: - state: absent - name: - - pterodactyl-panel-compose - - pterodactyl-wings