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

+ 1
- 1
vars/defaults.yml View File

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

Loading…
Cancel
Save