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 1f5267b commit a036302Copy full SHA for a036302
roles/couchdb/tasks/RedHat.yml
@@ -1,9 +1,14 @@
1
-<<<<<<< HEAD
2
-=======
3
# import repo
4
-- name: Add CouchDB repositories when os=cenos
+- name: Add CouchDB repositories
5
shell: |
6
yum install -y yum-utils
7
yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
+
+- name: Change distribution release of the couchdb repo
8
+ shell: |
9
+ sed -i '3s/el$releasever/el7/g' /etc/yum.repos.d/couchdb.repo
10
+ when: ansible_distribution != "CentOS"
11
12
+- name: Install CouchDB
13
14
yum install -y couchdb
->>>>>>> main
0 commit comments