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 7b8eddf commit c5f695eCopy full SHA for c5f695e
roles/couchdb/tasks/Debian.yml
@@ -12,7 +12,7 @@
12
shell: |
13
echo "couchdb couchdb/mode select none" | debconf-set-selections
14
apt update
15
- DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes couchdb
+ DEBIAN_FRONTEND=noninteractive apt install -y --force-yes couchdb
16
ignore_errors: yes
17
18
# configure couchdb
0 commit comments