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

10 lines
161 B
YAML
Raw Normal View History

2023-06-15 04:10:38 +00:00
- hosts: all
tasks:
- name: Perform system update
apt:
update_cache: true
upgrade: true
- hosts: all
roles:
- minecraft-server