Skip to content

Commit 0327278

Browse files
DOMjudge teameldering
DOMjudge team
authored andcommitted
Move nicelog script out of keepalived task
It is not related to this, move it to common domserver tasks.
1 parent c98c4f1 commit 0327278

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

provision-contest/ansible/domserver.yml

+8
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@
105105
owner: root
106106
notify: Clear application cache
107107

108+
- name: Add log viewing helper script
109+
copy:
110+
src: files/nicelog
111+
dest: /home/domjudge/bin
112+
owner: domjudge
113+
group: domjudge
114+
mode: 0755
115+
108116
- name: Add autostart shortcuts
109117
copy:
110118
src: files/{{ item }}.desktop

0 commit comments

Comments
 (0)