Skip to content

Commit 1e66d19

Browse files
committed
Fix quoting
1 parent 5276522 commit 1e66d19

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: '[email protected]' in services
54+
when: '"[email protected]" in services'
5555
tasks:
5656
- name: add autostart shortcuts
5757
template:

0 commit comments

Comments
 (0)