add boto package via pip
This commit is contained in:
parent
e7c1382874
commit
9497d08f42
@ -9,3 +9,8 @@
|
|||||||
name: python3-boto
|
name: python3-boto
|
||||||
state: present
|
state: present
|
||||||
tags: ['backup_duplicity']
|
tags: ['backup_duplicity']
|
||||||
|
|
||||||
|
- name: Install package for s3 backend
|
||||||
|
ansible.builtin.pip:
|
||||||
|
name: boto
|
||||||
|
tags: ['backup_duplicity']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user