--- # pip on redhat - name: (rHa) installing pip ansible.builtin.yum: name: - python3-pip - python-virtualenv state: present update_cache: true become: true