Skip to content

Commit 1f5267b

Browse files
committed
add
2 parents 741b0f8 + f146594 commit 1f5267b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

roles/couchdb/CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
# CHANGELOG
22

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 创建本模板语法
3+
## CouchDB v3.1.1-1 2021-08-25
4+
### Fixes and Enhancements
5+
- release to 3.1.1 #6
6+
- Install CouchDB by ansible need to interact ON Ubuntu #8

roles/couchdb/tasks/RedHat.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<<<<<<< HEAD
2+
=======
3+
# import repo
4+
- name: Add CouchDB repositories when os=cenos
5+
shell: |
6+
yum install -y yum-utils
7+
yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo
8+
yum install -y couchdb
9+
>>>>>>> main

0 commit comments

Comments
 (0)