add boto package via apt
This commit is contained in:
parent
caf234b854
commit
e7c1382874
@ -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']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user