minimum
This commit is contained in:
@@ -24,14 +24,23 @@
|
|||||||
- name: "/tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x64 --noexec --target /tmp"
|
- name: "/tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x64 --noexec --target /tmp"
|
||||||
- cwd: /tmp
|
- cwd: /tmp
|
||||||
|
|
||||||
'veracrypt-{{VERA_VERSION}}_make_silent':
|
# 'veracrypt-{{VERA_VERSION}}_make_silent':
|
||||||
cmd.run:
|
# cmd.run:
|
||||||
- name: "sed -i 's/INSTALL=-1/INSTALL=1/g' /tmp/veracrypt_install_gui_x64.sh"
|
# - name: "sed -i 's/INSTALL=-1/INSTALL=1/g' /tmp/veracrypt_install_gui_x64.sh"
|
||||||
- cwd: /tmp
|
# - cwd: /tmp
|
||||||
|
|
||||||
'veracrypt-{{VERA_VERSION}}_accept_licence':
|
# 'veracrypt-{{VERA_VERSION}}_accept_licence':
|
||||||
cmd.run:
|
# cmd.run:
|
||||||
- name: "sed -i 's/ACCEPTED=0/ACCEPTED=1/g' /tmp/veracrypt_install_gui_x64.sh"
|
# - name: "sed -i 's/ACCEPTED=0/ACCEPTED=1/g' /tmp/veracrypt_install_gui_x64.sh"
|
||||||
- cwd: /tmp
|
# - cwd: /tmp
|
||||||
|
|
||||||
|
remove sources files':
|
||||||
|
file.absent:
|
||||||
|
- names:
|
||||||
|
- /tmp/veracrypt-{{VERA_VERSION}}-setup-console-x64
|
||||||
|
- /tmp/veracrypt-{{VERA_VERSION}}-setup-console-x32
|
||||||
|
- /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x64
|
||||||
|
- /tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x32
|
||||||
|
- /tmp/veracrypt-{{VERA_VERSION}}-setup.tar.bz2
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user