diff --git a/tasks/install-shellcheck.yml b/tasks/install-shellcheck.yml index 389d3fe..bfb26c6 100644 --- a/tasks/install-shellcheck.yml +++ b/tasks/install-shellcheck.yml @@ -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: