You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/17 02:32:17 UTC

[GitHub] rabbah closed pull request #4063: Fixes deprecation warning in couch playbook

rabbah closed pull request #4063: Fixes deprecation warning in couch playbook
URL: https://github.com/apache/incubator-openwhisk/pull/4063
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ansible/roles/couchdb/tasks/deploy.yml b/ansible/roles/couchdb/tasks/deploy.yml
index 2e3f640319..b71156b1a4 100644
--- a/ansible/roles/couchdb/tasks/deploy.yml
+++ b/ansible/roles/couchdb/tasks/deploy.yml
@@ -72,7 +72,7 @@
     user: "{{ db.credentials.admin.user }}"
     password: "{{ db.credentials.admin.pass }}"
     force_basic_auth: yes
-  when: (inventory_hostname == coordinator) and (couchdb.version|version_compare('2.0','>='))
+  when: (inventory_hostname == coordinator) and (couchdb.version is version_compare('2.0','>='))
 
 - name: enable the cluster setup mode
   uri:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services