add boto package via apt
This commit is contained in:
parent
caf234b854
commit
e7c1382874
@ -5,6 +5,7 @@
|
||||
cache_valid_time: 86400
|
||||
|
||||
- name: Install package for s3 backend
|
||||
ansible.builtin.pip:
|
||||
name: python-boto
|
||||
apt:
|
||||
name: python3-boto
|
||||
state: present
|
||||
tags: ['backup_duplicity']
|
||||
|
Loading…
x
Reference in New Issue
Block a user