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
|
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue