---
- name: "Ensure {{ app_name }} is installed"
  become: false
  community.general.homebrew:
    name: restic
    state: present
