Skip to content

Commit

Permalink
Update Restic to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Oct 31, 2023
1 parent a12f370 commit 6976f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Role Variables

| Variable | Required | Default | Choices | Comments |
|------------------------------|----------|-----------------------|-----------|--------------------------------------|
| restic_version | yes | `0.16.1` | string | |
| restic_version | yes | `0.16.2` | string | |
| restic_download_path | yes | `/tmp` | string | |
| restic_install_path | yes | `/usr/local/bin/` | string | |
| restic_dependencies | yes | `[bzip2]` | list | |
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 @@
---
restic_version: 0.16.1
restic_version: 0.16.2
restic_download_path: /tmp
restic_install_path: /usr/local/bin
restic_dependencies:
Expand Down

0 comments on commit 6976f50

Please sign in to comment.