Skip to content

Commit

Permalink
feat(spotify): check for architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Mar 29, 2024
1 parent 6838672 commit abd11fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/spotify/tasks/Ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Spotify | Install snap
- name: Spotify | Install snap | {{ ansible_architecture }}
community.general.snap:
name: spotify
state: present
when: not ansible_host_environment_is_wsl
when: not ansible_host_environment_is_wsl and ansible_architecture == "amd64"

0 comments on commit abd11fd

Please sign in to comment.