This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d60463db Fix minor ansible typos (#5329)
8d60463db is described below

commit 8d60463db6ee59b77d1f9034755cb1946ed49fdb
Author: Erika Hunhoff <[email protected]>
AuthorDate: Wed Sep 28 22:18:13 2022 -0600

    Fix minor ansible typos (#5329)
    
    * Fix typo in ansible documentation
    
    * Typo in scheduler deploy.yml
---
 ansible/README.md                         | 2 +-
 ansible/roles/schedulers/tasks/deploy.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/README.md b/ansible/README.md
index 777be4e47..dc2425130 100644
--- a/ansible/README.md
+++ b/ansible/README.md
@@ -403,7 +403,7 @@ The playbook structure allows you to clean, deploy or 
re-deploy a single compone
 
 ```shell script
 cd <openwhisk_home>
-gradle :core:invoker:distDocker -PdockerImageTag=myNewInvoker
+./gradlew :core:invoker:distDocker -PdockerImageTag=myNewInvoker
 ```
 Then all you need to do is re-deploy the invoker using the new image:
 
diff --git a/ansible/roles/schedulers/tasks/deploy.yml 
b/ansible/roles/schedulers/tasks/deploy.yml
index 72895acab..d1ec6e487 100644
--- a/ansible/roles/schedulers/tasks/deploy.yml
+++ b/ansible/roles/schedulers/tasks/deploy.yml
@@ -314,7 +314,7 @@
 
 - name: wait until all queue and create queue task is finished before redeploy 
scheduler using sleep solution
   shell: sleep 120s
-  when: zeroDowntimeDeployment.enabled == true and schedulerDeployed.stdout != 
"0" and zerodowntimeDeployment.solution == 'sleep'
+  when: zeroDowntimeDeployment.enabled == true and schedulerDeployed.stdout != 
"0" and zeroDowntimeDeployment.solution == 'sleep'
 
 - name: (re)start scheduler
   docker_container:

Reply via email to