All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 1m6s
8 lines
169 B
YAML
8 lines
169 B
YAML
---
|
|
- name: Install judgehost
|
|
hosts: judgehost
|
|
roles:
|
|
# - role: install_packages_debian
|
|
# - role: configure_judgehost_legacy
|
|
- role: configure_judgehost
|