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