Skip to content

Commit

Permalink
Merge pull request #7 from escwxyz/master
Browse files Browse the repository at this point in the history
fix: update ansible task for installing bat on mac
  • Loading branch information
phelipetls committed Feb 8, 2024
2 parents a458bf3 + ae6c02e commit ede37dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions roles/cli/tasks/bat.yml
Expand Up @@ -14,8 +14,7 @@

- name: Install bat in macOS
become: true
dnf:
name:
- bat
community.general.homebrew:
name: bat
state: present
when: ansible_distribution == "Fedora"
when: ansible_distribution == "MacOSX"

0 comments on commit ede37dc

Please sign in to comment.