Skip to content

Commit 628d729

Browse files
Fix another CDS hostname check.
1 parent 9986155 commit 628d729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icpc-wf/ansible/roles/cds/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@
127127
path: /etc/nginx/sites-enabled/default
128128
state: absent
129129
notify: restart nginx
130-
when: CDS_HOSTNAME
130+
when: CDS_HOSTNAME is defined

0 commit comments

Comments
 (0)