This is an automated email from the ASF dual-hosted git repository.
cbickel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new ecace1a Disable reduce limits on all nodes. (#3101)
ecace1a is described below
commit ecace1ad699d87acbdd6630396aef3d9399e0c3f
Author: Dominic Kim <[email protected]>
AuthorDate: Wed Dec 13 16:44:15 2017 +0900
Disable reduce limits on all nodes. (#3101)
---
ansible/roles/couchdb/tasks/deploy.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/ansible/roles/couchdb/tasks/deploy.yml
b/ansible/roles/couchdb/tasks/deploy.yml
index 803cfe5..542111a 100644
--- a/ansible/roles/couchdb/tasks/deploy.yml
+++ b/ansible/roles/couchdb/tasks/deploy.yml
@@ -101,4 +101,3 @@
user: "{{ db_username }}"
password: "{{ db_password }}"
force_basic_auth: yes
- when: inventory_hostname == coordinator
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].