Skip to content

Commit 401a7f1

Browse files
authored
Update Debian.yml
1 parent 153c8d1 commit 401a7f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

roles/couchdb/tasks/Debian.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,3 @@
1414
apt update
1515
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes couchdb
1616
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

Comments
 (0)