---
pip_package: python3-pip
pip_executable: "{{ 'pip3' if pip_package.startswith('python3') else 'pip' }}"
user_configs:
  - username: "{{ ansible_user | default(lookup('env', 'USER')) }}"
    pips:
      - pipx
python_package: python3
pip_packages: []
