You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2021/06/14 00:54:48 UTC

[openwhisk] branch master updated: Fix ansible README (#5135)

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 11a1f33  Fix ansible README (#5135)
11a1f33 is described below

commit 11a1f33c4e5f2bc7c97584fc889c8dcaaf5e1a43
Author: ry <ry...@gmail.com>
AuthorDate: Mon Jun 14 09:54:25 2021 +0900

    Fix ansible README (#5135)
---
 ansible/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/README.md b/ansible/README.md
index 692b01d..ef458ae 100644
--- a/ansible/README.md
+++ b/ansible/README.md
@@ -155,7 +155,7 @@ ansible-playbook -i environments/$ENVIRONMENT prereq.yml
 cd <openwhisk_home>
 ./gradlew distDocker
 cd ansible
-ansible-playbook -i couchdb.yml
+ansible-playbook -i environments/$ENVIRONMENT couchdb.yml
 ansible-playbook -i environments/$ENVIRONMENT initdb.yml
 ansible-playbook -i environments/$ENVIRONMENT wipe.yml
 ansible-playbook -i environments/$ENVIRONMENT openwhisk.yml