ok ?
This commit is contained in:
@@ -43,4 +43,20 @@
|
||||
- /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x86
|
||||
- /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 %}
|
||||
Reference in New Issue
Block a user