15 lines
361 B
YAML
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
|