diff --git a/roles/homebrew/tasks/main.yml b/roles/homebrew/tasks/main.yml new file mode 100644 index 0000000..a9288a1 --- /dev/null +++ b/roles/homebrew/tasks/main.yml @@ -0,0 +1,5 @@ +--- +- name: Set up Homebrew on macOS only + when: ansible_os_family == "Darwin" + ansible.builtin.include_tasks: + file: setup_homebrew.yml