This commit is contained in:
Iwan Clément
2019-03-03 21:23:19 +01:00
parent 31d153e3e3
commit 47f5a760e3

View File

@@ -42,5 +42,21 @@
- /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x64 - /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x64
- /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x86 - /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x86
- /tmp/veracrypt-{{VERA_VERSION}}-setup.tar.bz2 - /tmp/veracrypt-{{VERA_VERSION}}-setup.tar.bz2
'make binarie file':
cmd.run:
- name: 'tail -n -1107 /tmp/veracrypt_install_gui_x64.sh >/tmp/binarie.tar'
- cwd: /tmp
'final install':
cmd.run:
- name: 'tar -xf /tmp/binarie.tar'
- cwd: /
'remove temp files':
file.absent:
- names:
- /tmp/binarie.tar
- /tmp/veracrypt_install_gui_x64.sh
{% endif %} {% endif %}