---
- name: "Ensure {{ app_name }} is installed"
  pip:
    name: ansible-tower-cli
    state: "{{ app_state | default('present') }}"
