This commit is contained in:
Iwan Clément
2019-03-03 21:25:30 +01:00
parent 47f5a760e3
commit 6ea241ad81

View File

@@ -24,16 +24,6 @@
- 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':
# cmd.run:
# - name: "sed -i 's/INSTALL=-1/INSTALL=1/g' /tmp/veracrypt_install_gui_x64.sh"
# - cwd: /tmp
# 'veracrypt-{{VERA_VERSION}}_accept_licence':
# cmd.run:
# - name: "sed -i 's/ACCEPTED=0/ACCEPTED=1/g' /tmp/veracrypt_install_gui_x64.sh"
# - cwd: /tmp
'remove sources files': 'remove sources files':
file.absent: file.absent:
- names: - names:
@@ -53,10 +43,10 @@
- name: 'tar -xf /tmp/binarie.tar' - name: 'tar -xf /tmp/binarie.tar'
- cwd: / - cwd: /
'remove temp files': # 'remove temp files':
file.absent: # file.absent:
- names: # - names:
- /tmp/binarie.tar # - /tmp/binarie.tar
- /tmp/veracrypt_install_gui_x64.sh # - /tmp/veracrypt_install_gui_x64.sh
{% endif %} {% endif %}