---
- name: Install git
  become: false
  community.general.homebrew:
    name:
      - git
      - gnu-tar
    state: present
