ansible-playbooks/migrations.ansible.yml
2025-05-01 22:20:09 +02:00

15 lines
361 B
YAML

- 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