Skip to content

Commit 5276522

Browse files
committed
at sign is important for the string, not for ansible
1 parent c57d0b4 commit 5276522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icpc-wf/ansible/judgehost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
name="domjudge-judgedaemon@{{item}}"
5252
state=stopped
5353
with_sequence: start=0 end={{ ansible_processor_vcpus }} format=domjudge-judgedaemon@%1x
54-
when: domjudge-judgedaemon@0 in services
54+
when: 'domjudge-judgedaemon@0.service' in services
5555
tasks:
5656
- name: add autostart shortcuts
5757
template:

0 commit comments

Comments
 (0)