ansible-playbooks/pterodactyl/wings.ansible.yml

11 lines
262 B
YAML

- hosts: localhost
tasks:
- name: Install pterodactyl-wings
package:
state: present
name:
- pterodactyl-wings
- name: Enable pterodactyl-wings service
service:
name: pterodactyl-wings
enabled: true