Skip to content

Commit dd34786

Browse files
committed
Typo in scheduler deploy.yml
1 parent 3a2c073 commit dd34786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/schedulers/tasks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314

315315
- name: wait until all queue and create queue task is finished before redeploy scheduler using sleep solution
316316
shell: sleep 120s
317-
when: zeroDowntimeDeployment.enabled == true and schedulerDeployed.stdout != "0" and zerodowntimeDeployment.solution == 'sleep'
317+
when: zeroDowntimeDeployment.enabled == true and schedulerDeployed.stdout != "0" and zeroDowntimeDeployment.solution == 'sleep'
318318

319319
- name: (re)start scheduler
320320
docker_container:

0 commit comments

Comments
 (0)