add boto package
This commit is contained in:
parent
477584a99a
commit
caf234b854
@ -3,3 +3,8 @@
|
|||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
cache_valid_time: 86400
|
cache_valid_time: 86400
|
||||||
|
|
||||||
|
- name: Install package for s3 backend
|
||||||
|
ansible.builtin.pip:
|
||||||
|
name: python-boto
|
||||||
|
tags: ['backup_duplicity']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user