add boto package via apt

This commit is contained in:
camille 2023-03-07 11:31:25 +01:00
parent caf234b854
commit e7c1382874

View File

@ -5,6 +5,7 @@
cache_valid_time: 86400 cache_valid_time: 86400
- name: Install package for s3 backend - name: Install package for s3 backend
ansible.builtin.pip: apt:
name: python-boto name: python3-boto
state: present
tags: ['backup_duplicity'] tags: ['backup_duplicity']