fix: correctly target archlinux for shellcheck

This commit is contained in:
Price Hiller 2022-08-06 20:33:02 -05:00
parent 00f9a924c4
commit 92c356d7a4

View File

@ -3,7 +3,7 @@
community.general.pacman:
name: shellcheck
state: present
when: ansible_facts.distribution == 'ArchLinux'
when: ansible_facts.distribution == 'Archlinux'
- name: Install Shellcheck for MacOS
community.general.homebrew: