add boto package

This commit is contained in:
camille 2023-03-07 11:28:40 +01:00
parent 477584a99a
commit caf234b854

View File

@ -3,3 +3,8 @@
apt:
update_cache: yes
cache_valid_time: 86400
- name: Install package for s3 backend
ansible.builtin.pip:
name: python-boto
tags: ['backup_duplicity']