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