All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
8 lines
167 B
YAML
8 lines
167 B
YAML
---
|
|
- name: Install judgehost
|
|
hosts: judgehost
|
|
roles:
|
|
- role: install_packages_debian
|
|
# - role: configure_judgehost_docker
|
|
- role: configure_judgehost
|