diff --git a/softwares/veracrypt.sls b/softwares/veracrypt.sls index a849a2e..fe20b81 100644 --- a/softwares/veracrypt.sls +++ b/softwares/veracrypt.sls @@ -24,16 +24,6 @@ - name: "/tmp/veracrypt-{{VERA_VERSION}}-setup-gui-x64 --noexec --target /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': file.absent: - names: @@ -53,10 +43,10 @@ - name: 'tar -xf /tmp/binarie.tar' - cwd: / -'remove temp files': - file.absent: - - names: - - /tmp/binarie.tar - - /tmp/veracrypt_install_gui_x64.sh +# 'remove temp files': +# file.absent: +# - names: +# - /tmp/binarie.tar +# - /tmp/veracrypt_install_gui_x64.sh {% endif %} \ No newline at end of file