Skip to content

Commit 94c8e70

Browse files
authored
Update Debian.yml
1 parent e3391ec commit 94c8e70

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 = {{couchdb_admin_password}}/g" /opt/couchdb/etc/local.ini
2222
systemctl restart couchdb
2323
ignore_errors: yes

0 commit comments

Comments
 (0)