accept licence

This commit is contained in:
Iwan Clément
2019-03-03 20:42:54 +01:00
parent 67301b9874
commit be6a5a7fa7

View File

@@ -29,4 +29,9 @@
- 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':
cmd.run:
- name: "sed -i 's/ACCEPTED=0/ACCEPTED=1/g' /tmp/veracrypt_install_gui_x64.sh"
- cwd: /tmp
{% endif %} {% endif %}