Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Nov 5, 2019
2 parents 971d11f + c78886e commit 4dad8cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Ansible Role for OpenSSH Server

## 3.6.0 - TBC
## 4.1.0 - TBC

### Major Changes

## 4.0.0 - 2019-11-05

### Major Changes

- Upgrade minimal Ansible support to 2.9.0
- Upgrade Travis CI test as Ubuntu Bionic based

## 3.5.0 - 2019-10-06

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ansible Role for OpenSSH Server Management.

## Requirements

This role require Ansible 2.8 or higher.
This role require Ansible 2.9 or higher.

This role was designed for Ubuntu 16.04/18.04 or RHEL/CentOS 7 or openSUSE Leap 15.1.

Expand Down
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ galaxy_info:
description: Ansible Role for OpenSSH Server Management
company: PantaRei Design
license: Apache License 2.0
min_ansible_version: 2.8
min_ansible_version: 2.9
platforms:
- name: Ubuntu
versions:
Expand All @@ -31,7 +31,7 @@ galaxy_info:
- 7
- name: opensuse
versions:
- 15
- all
galaxy_tags:
- system
dependencies: []
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ansible>=2.8.0
ansible>=2.9.0
ansible-lint
docker>=2.0.0
flake8
Expand Down

0 comments on commit 4dad8cf

Please sign in to comment.