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.
2 parents 741b0f8 + f146594 commit 1f5267bCopy full SHA for 1f5267b
roles/couchdb/CHANGELOG.md
@@ -1,15 +1,6 @@
1
# CHANGELOG
2
3
-## To do
4
-
5
-1. 更详细的规范说明
6
7
-## Logs
8
9
-### Bug Fixes
10
11
-* 2020-02-14
12
13
-### Features
14
15
-* 2020-03-27 创建本模板语法
+## CouchDB v3.1.1-1 2021-08-25
+### Fixes and Enhancements
+- release to 3.1.1 #6
+- Install CouchDB by ansible need to interact ON Ubuntu #8
roles/couchdb/tasks/RedHat.yml
@@ -0,0 +1,9 @@
+<<<<<<< HEAD
+=======
+# import repo
+- name: Add CouchDB repositories when os=cenos
+ shell: |
+ yum install -y yum-utils
+ yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
+ yum install -y couchdb
+>>>>>>> main
0 commit comments