adding reminder/translate-shell stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user