1 2 3 4 5 6
--- # pip3 because borgmatic is distributed through pip3, not apt/dpkg - name: install pip3 apt: pkg: python3-pip state: latest