--- - name: Install pip for Debian based distros become: true ansible.builtin.apt: name: python3-pip state: latest tags: - Debian - linux - package