Created
July 6, 2015 23:18
-
-
Save peterfarrell/ffb16494d0857e13fc6c to your computer and use it in GitHub Desktop.
Ansible Telegram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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