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 5276522 commit 1e66d19Copy full SHA for 1e66d19
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: '[email protected]' in services
+ when: '"[email protected]" in services'
55
tasks:
56
- name: add autostart shortcuts
57
template:
0 commit comments