Skip to content

Commit d3b6979

Browse files
hunhoffemichele-sciabarra
authored andcommitted
Fix minor ansible typos (apache#5329)
* Fix typo in ansible documentation * Typo in scheduler deploy.yml
1 parent 791b95b commit d3b6979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ The playbook structure allows you to clean, deploy or re-deploy a single compone
403403

404404
```shell script
405405
cd <openwhisk_home>
406-
gradle :core:invoker:distDocker -PdockerImageTag=myNewInvoker
406+
./gradlew :core:invoker:distDocker -PdockerImageTag=myNewInvoker
407407
```
408408
Then all you need to do is re-deploy the invoker using the new image:
409409

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)