---
- name: "Ensure {{ app_name }} is installed"
  become: false
  community.general.homebrew:
    name: pgcli
    state: "{{ app_state | default('present') }}"
