Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/4.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Apr 1, 2020
2 parents bdb1bb9 + 35d15f0 commit 28c29d6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:

jobs:
allow_failures:
- env: MOLECULE_SCENARIO_NAME="ubuntu-19.10"
- env: MOLECULE_SCENARIO_NAME="ubuntu-16.04"
- env: MOLECULE_SCENARIO_NAME="centos-7"
- env: MOLECULE_SCENARIO_NAME="suse-15"

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Ansible Role for Duplicity

## 4.3.0 - TBC
## 4.2.7 - 2020-04-01

### Major Changes

- [DEPRECATED] No checksum support, use restic instead
- Upgrade minimal Molecule support to 3.0.2
- Migrate role name to lowercase or underline
- Migrate group name to lowercase or underline
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ license](https://img.shields.io/github/license/alvistack/ansible-role-duplicity.
[![Ansible
Role](https://img.shields.io/badge/galaxy-alvistack.duplicity-blue.svg)](https://galaxy.ansible.com/alvistack/duplicity)

**[DEPRECATED] No checksum support, use restic instead.**

Ansible Role for Duplicity Installation.

## Requirements
Expand All @@ -31,8 +33,7 @@ This role was designed for Ubuntu 16.04/18.04/19.10 or RHEL/CentOS 7 or openSUSE
## License

- Code released under [Apache License 2.0](LICENSE)
- Docs released under [CC
BY 4.0](http://creativecommons.org/licenses/by/4.0/)
- Docs released under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)

## Author Information

Expand Down
6 changes: 3 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

galaxy_info:
role_name: duplicity
author: Wong Hoi Sing Edison <[email protected]>
author: "Wong Hoi Sing Edison <[email protected]>"
description: Ansible Role for Duplicity Installation
company: PantaRei Design
license: Apache-2.0
min_ansible_version: 2.9
platforms:
- name: Ubuntu
versions:
- xenial
- bionic
- eoan
- bionic
- xenial
- name: EL
versions:
- 7
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
- name: redhat | yum install -y ca-certificates curl gcc iproute python3 python3-devel sudo
raw: |
set -ex
yum makecache fast
yum makecache
yum install -y ca-certificates curl gcc iproute python3 python3-devel sudo
changed_when: false
ignore_errors: true
Expand Down

0 comments on commit 28c29d6

Please sign in to comment.