Some checks failed
Run ansible / run-ansible-playbook (push) Has been cancelled
12 lines
353 B
YAML
12 lines
353 B
YAML
---
|
|
- include: 01-install-java.yml
|
|
- include: 02-create-minecraft-user.yml
|
|
- include: 03-create-minecraft-home.yml
|
|
when: not minecraft_nfs_home
|
|
- include: 04-create-minecraft-nfs-home.yml
|
|
when: minecraft_nfs_home
|
|
- include: 05-copy-minecraft-eula.yml
|
|
- include: 06-create-minecraft-lib-directory.yml
|
|
- include: 07-create-minecraft-systemd-conf.yml
|
|
|