Skip to content

Commit

Permalink
Updated default duply version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Aug 30, 2017
1 parent f5d1d96 commit 06b7ef0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## duply

[![Build Status](https://travis-ci.org/Oefenweb/ansible-duply.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-duply) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-duply-blue.svg)](https://galaxy.ansible.com/list#/roles/3585)
[![Build Status](https://travis-ci.org/Oefenweb/ansible-duply.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-duply) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-duply-blue.svg)](https://galaxy.ansible.com/tersmitten/duply)

Set up [duply](http://duply.net/), a shell front-end for the mighty [duplicity](http://duplicity.nongnu.org/).

Expand All @@ -10,7 +10,7 @@ Set up [duply](http://duply.net/), a shell front-end for the mighty [duplicity](

#### Variables

* `duply_version`: [default: `2.0.1`]: Duply [version](https://github.com/Oefenweb/duply/releases) to install
* `duply_version`: [default: `2.0.3`]: Duply [version](https://github.com/Oefenweb/duply/releases) to install
* `duply_install`: [default: `[]`]: Additional packages to install (e.g. `duplicity`)
* `duply_install_dir` [default: `/usr/local/bin`]: Install directory

Expand Down
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ boxes = [
:cpu => "50",
:ram => "256"
},
{
:name => "debian-9",
:box => "bento/debian-9",
:ip => '10.0.0.16',
:cpu => "50",
:ram => "256"
},
]

Vagrant.configure("2") do |config|
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# defaults file for duply
---
duply_version: '2.0.1'
duply_version: 2.0.3
duply_install: []
duply_install_dir: /usr/local/bin
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ galaxy_info:
versions:
- wheezy
- jessie
- strech
galaxy_tags:
- system
dependencies: []

0 comments on commit 06b7ef0

Please sign in to comment.