ok ?
This commit is contained in:
@@ -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 %}
|
||||||
Reference in New Issue
Block a user