Browse Source

Newest Tarsnap.

Formatting the task names.
Alex Payne 9 years ago
parent
commit
76050eda6b
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      roles/tarsnap/tasks/tarsnap.yml
  2. 1
    1
      vars/defaults.yml

+ 3
- 3
roles/tarsnap/tasks/tarsnap.yml View File

@@ -1,4 +1,4 @@
1
-- name: Check if tarsnap {{ tarsnap_version }} is installed
1
+- name: Check if Tarsnap {{ tarsnap_version }} is installed
2 2
   shell: tarsnap --version | grep {{ tarsnap_version }} --color=never
3 3
   register: tarsnap_installed
4 4
   changed_when: "tarsnap_installed.stderr != ''"
@@ -34,14 +34,14 @@
34 34
     url="https://www.tarsnap.com/download/tarsnap-sigs-{{ tarsnap_version }}.asc"
35 35
     dest="/root/tarsnap-sigs-{{ tarsnap_version }}.asc"
36 36
 
37
-- name: Make the command that gets the current sha
37
+- name: Make the command that gets the current SHA
38 38
   when: tarsnap_installed|failed
39 39
   template:
40 40
     src=getSha.sh
41 41
     dest=/root/getSha.sh
42 42
     mode=0755
43 43
 
44
-- name: get the SHA256sum for this tarsnap release
44
+- name: Get the SHA256sum for this tarsnap release
45 45
   when: tarsnap_installed|failed
46 46
   command:
47 47
     ./getSha.sh

+ 1
- 1
vars/defaults.yml View File

@@ -77,7 +77,7 @@ owncloud_db_username: owncloud
77 77
 owncloud_db_database: owncloud
78 78
 
79 79
 # tarsnap
80
-tarsnap_version: 1.0.35
80
+tarsnap_version: 1.0.36.1
81 81
 
82 82
 # vpn
83 83
 # openvpn_key_country: (required)

Loading…
Cancel
Save