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 153c8d1 commit 401a7f1Copy full SHA for 401a7f1
roles/couchdb/tasks/Debian.yml
@@ -14,10 +14,3 @@
14
apt update
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
0 commit comments