uncompress

This commit is contained in:
Iwan Clément
2019-03-03 20:13:08 +01:00
parent e58965bd0c
commit cee8a16a98

View File

@@ -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 %}