Skip to content

Commit f9fa0f9

Browse files
authored
Update Debian.yml
1 parent 6c3ac5b commit f9fa0f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/couchdb/tasks/Debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# pre-installation
22
- name: Import repository
33
shell: |
4-
apt install -y curl apt-transport-https gnupg
4+
apt-cache install -y curl apt-transport-https gnupg
55
curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee /usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
66
source /etc/os-release
77
echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
88
apt update
9-
apt install -y couchdb
9+
apt-cache install -y couchdb
1010
1111
1212

0 commit comments

Comments
 (0)