add boto package via pip

This commit is contained in:
camille 2023-03-07 11:33:39 +01:00
parent e7c1382874
commit 9497d08f42

View File

@ -9,3 +9,8 @@
name: python3-boto name: python3-boto
state: present state: present
tags: ['backup_duplicity'] tags: ['backup_duplicity']
- name: Install package for s3 backend
ansible.builtin.pip:
name: boto
tags: ['backup_duplicity']