uncompress
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
{% set VERA_HASH = 'https://launchpad.net/veracrypt/trunk/' + VERA_VERSION + '/+download/veracrypt-'+VERA_VERSION+'-setup.tar.bz2.sig' %}
|
||||
{% set VERA_URL='https://launchpad.net/veracrypt/trunk/' + VERA_VERSION + '/+download/veracrypt-'+VERA_VERSION+'-setup.tar.bz2' %}
|
||||
|
||||
# 'veracrypt-{{VERA_VERSION}}_copy':
|
||||
'veracrypt_copy':
|
||||
'veracrypt-{{VERA_VERSION}}_copy':
|
||||
file.managed:
|
||||
- source: {{VERA_URL}}
|
||||
- skip_verify: False
|
||||
@@ -14,4 +13,8 @@
|
||||
- group: root
|
||||
- mode: 755
|
||||
|
||||
'veracrypt-{{VERA_VERSION}}_uncompress':
|
||||
cmd.run:
|
||||
- name: "tar -xjf /tmp/veracrypt-{{VERA_VERSION}}-setup.tar.bz2"
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user