Skip to content

Instantly share code, notes, and snippets.

@peterfarrell
Created July 6, 2015 23:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterfarrell/ffb16494d0857e13fc6c to your computer and use it in GitHub Desktop.
Save peterfarrell/ffb16494d0857e13fc6c to your computer and use it in GitHub Desktop.
Ansible Telegram
- name: Download Telegram
shell: "wget https://tdesktop.com/linux -O telegram.tar.xz"
args:
chdir: "./bootstrap/files"
creates: "telegram.tar.xz"
- name: Unarchive Telegram
sudo: yes
unarchive: src=telegram.tar.xz dest=/opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment