Refactor(judgehost): add kotlin support
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
---
|
||||
- name: Reboot
|
||||
ansible.builtin.reboot: {}
|
||||
- name: Update grub
|
||||
ansible.builtin.command: |
|
||||
update-grub
|
||||
changed_when: true
|
||||
- name: Restart judgehost docker compose
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ domjudge_base_dir }}"
|
||||
- name: Reboot
|
||||
ansible.builtin.reboot:
|
||||
- name: Systemd daemon-reload
|
||||
ansible.builtin.systemd_service:
|
||||
daemon_reload: true
|
||||
- name: Restart judgehost
|
||||
ansible.builtin.systemd_service:
|
||||
name: domjudge-judgehost.target
|
||||
state: restarted
|
||||
remove_orphans: true
|
||||
|
||||
Reference in New Issue
Block a user