Remove pterodactyl before docker
This commit is contained in:
parent
2f5a33c394
commit
4100cfd793
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue