---
# pip on void

- name: (void) installing pip
  community.general.xbps:
    name:
      - python-pip
      - python3-virtualenv
    state: present
    update_cache: true
  become: true