Skip to content

Commit e3391ec

Browse files
authored
Update Debian.yml
1 parent ada362d commit e3391ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/couchdb/tasks/Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
# configure couchdb
1919
- name: Configure couchdb
2020
shell: |
21-
- sed -i "s/^;admin.=.*/admin = $new_password/g" /opt/couchdb/etc/local.ini
21+
sed -i "s/^;admin.=.*/admin = $new_password/g" /opt/couchdb/etc/local.ini
2222
systemctl restart couchdb
2323
ignore_errors: yes

0 commit comments

Comments
 (0)