Skip to content

Commit 7b8eddf

Browse files
authored
Update Debian.yml
1 parent f1de61e commit 7b8eddf

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
@@ -4,7 +4,7 @@
44
apt update && sudo apt 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
7-
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
7+
echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ {{ansible_distribution_release}} main" | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
88
ignore_errors: yes
99

1010
# install couchdb

0 commit comments

Comments
 (0)