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 ada362d commit e3391ecCopy full SHA for e3391ec
roles/couchdb/tasks/Debian.yml
@@ -18,6 +18,6 @@
18
# configure couchdb
19
- name: Configure couchdb
20
shell: |
21
- - sed -i "s/^;admin.=.*/admin = $new_password/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