diff --git a/playbook.yml b/playbook.yml index b0462a5..b4bec51 100644 --- a/playbook.yml +++ b/playbook.yml @@ -51,7 +51,7 @@ ansible.builtin.package: name: acl state: present - when: is_linux and not is_macos + when: is_linux - name: Check if running as root ansible.builtin.command: id -u