diff options
author | clarkzjw <[email protected]> | 2023-02-08 00:40:09 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-08 00:40:09 -0800 |
commit | 1204730924436ef9e1c7c49c9557837f9a5ed0e8 (patch) | |
tree | 129d79dfd11245751cee6d4082ff5d2f6e941610 /ansible/roles/pip3/tasks/main.yml | |
parent | 9635ac4dedf69de5bff65785bcc16bef80b52d75 (diff) | |
download | mail-master.tar.gz |
Diffstat (limited to 'ansible/roles/pip3/tasks/main.yml')
-rw-r--r-- | ansible/roles/pip3/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/pip3/tasks/main.yml b/ansible/roles/pip3/tasks/main.yml new file mode 100644 index 0000000..26de65b --- /dev/null +++ b/ansible/roles/pip3/tasks/main.yml | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | # pip3 because borgmatic is distributed through pip3, not apt/dpkg | ||
3 | - name: install pip3 | ||
4 | apt: | ||
5 | pkg: python3-pip | ||
6 | state: latest | ||