linux-config/roles/ncspot_user/tasks/main.yml
2022-01-04 10:10:46 +02:00

18 lines
381 B
YAML

---
- name: Installing ncspot (Spotify)
ansible.builtin.include_role:
name: gh_release_bin
vars:
name: ncspot
repo: hrkfdn/ncspot
bin_path: "/ncspot"
filter: linux-x86_64.tar.gz
- name: Setting up ncspot alias (spot)
ansible.builtin.lineinfile:
line: alias spot=ncspot
state: present
path: ~/.shellconfig/aliases.sh
insertafter: EOF