We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaa561 commit 153c8d1Copy full SHA for 153c8d1
roles/couchdb/tasks/Debian.yml
@@ -15,9 +15,9 @@
15
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes couchdb
16
ignore_errors: yes
17
18
-# configure couchdb
19
-- name: Configure couchdb
20
- shell: |
21
- sed -i "s/^;admin.=.*/admin = {{couchdb_admin_password}}/g" /opt/couchdb/etc/local.ini
22
- systemctl restart couchdb
23
- ignore_errors: yes
+# # configure couchdb
+# - name: Configure couchdb
+# shell: |
+# sed -i "s/^;admin.=.*/admin = {{couchdb_admin_password}}/g" /opt/couchdb/etc/local.ini
+# systemctl restart couchdb
+# ignore_errors: yes
0 commit comments