1
0
Fork 0
ansible-minecraft-server/site.yaml

10 lines
161 B
YAML

- hosts: all
tasks:
- name: Perform system update
apt:
update_cache: true
upgrade: true
- hosts: all
roles:
- minecraft-server