We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57d0b4 commit 5276522Copy full SHA for 5276522
icpc-wf/ansible/judgehost.yml
@@ -51,7 +51,7 @@
51
name="domjudge-judgedaemon@{{item}}"
52
state=stopped
53
with_sequence: start=0 end={{ ansible_processor_vcpus }} format=domjudge-judgedaemon@%1x
54
- when: domjudge-judgedaemon@0 in services
+ when: 'domjudge-judgedaemon@0.service' in services
55
tasks:
56
- name: add autostart shortcuts
57
template:
0 commit comments