Skip to content

Commit acaa561

Browse files
authored
Update Debian.yml
1 parent c5f695e commit acaa561

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
@@ -12,7 +12,7 @@
1212
shell: |
1313
echo "couchdb couchdb/mode select none" | debconf-set-selections
1414
apt update
15-
DEBIAN_FRONTEND=noninteractive apt install -y --force-yes couchdb
15+
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes couchdb
1616
ignore_errors: yes
1717

1818
# configure couchdb

0 commit comments

Comments
 (0)