adding reminder/translate-shell stuff

This commit is contained in:
opal
2024-06-02 10:29:48 -07:00
parent d80d3070be
commit b877cc95d5
4 changed files with 31 additions and 0 deletions

View File

@@ -57,3 +57,15 @@
apt:
deb: "/tmp/veracrypt.deb"
state: present
- name: Download the translate-shell binary
get_url:
url: https://git.io/trans
dest: /usr/local/bin/trans
mode: '0755'
- name: Ensure the translate-shell binary is executable
file:
path: /usr/local/bin/trans
mode: '0755'
state: file