Skip to content

Commit 153c8d1

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

roles/couchdb/tasks/Debian.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes couchdb
1616
ignore_errors: yes
1717

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
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)