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 cf6aadb commit ada362dCopy full SHA for ada362d
roles/couchdb/tasks/Debian.yml
@@ -18,6 +18,6 @@
18
# configure couchdb
19
- name: Configure couchdb
20
shell: |
21
- sed -i '95s/;//g' /opt/couchdb/etc/local.ini
+ - sed -i "s/^;admin.=.*/admin = $new_password/g" /opt/couchdb/etc/local.ini
22
systemctl restart couchdb
23
ignore_errors: yes
0 commit comments