Skip to content

Commit

Permalink
Add music role
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Feb 27, 2024
1 parent dcb352f commit f5d8d14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- gnupg
- languages
- macos
- music
- ssh
- terminal
- video
Expand Down
7 changes: 7 additions & 0 deletions roles/music/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Install Spotify
when: ansible_distribution == 'MacOSX'
ansible.builtin.include_tasks:
file: shared/homebrew_cask_install.yml
loop:
- {package: "spotify", folder: "/Applications/Spotify.app/"}

0 comments on commit f5d8d14

Please sign in to comment.