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 f1de61e commit 7b8eddfCopy full SHA for 7b8eddf
roles/couchdb/tasks/Debian.yml
@@ -4,7 +4,7 @@
4
apt update && sudo apt install -y curl apt-transport-https gnupg
5
curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee /usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
6
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
+ 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
8
ignore_errors: yes
9
10
# install couchdb
0 commit comments