---
- name: Include tasks if the system is Mac OS X
  become: true
  block:
    - include_tasks: setup.yml
  when: ansible_os_family == 'Darwin'
