summaryrefslogtreecommitdiff
blob: 26de65b69b61cdc538c3de7aeacad3f6f7b35215 (plain) (blame)
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
Powered by cgit v1.2.3 (git 2.41.0)