Skip to content

Commit 9986155

Browse files
Fix CDS_HOSTNAME check.
1 parent 1d01dc8 commit 9986155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icpc-wf/ansible/cds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
tags: hosts
1919
- role: ssl
2020
tags: ssl
21-
when: CDS_HOSTNAME
21+
when: CDS_HOSTNAME is defined
2222
vars:
2323
INSTALL_SSL_PRIVATE_KEYS: true
2424
- role: domjudge_user

0 commit comments

Comments
 (0)