duplicity - add missing azure package
This commit is contained in:
parent
9497d08f42
commit
634e81afb5
@ -14,3 +14,9 @@
|
||||
ansible.builtin.pip:
|
||||
name: boto
|
||||
tags: ['backup_duplicity']
|
||||
|
||||
- name: Install package for azure backend
|
||||
ansible.builtin.pip:
|
||||
name: azure
|
||||
when: duplicity_backend == 'azure'
|
||||
tags: ['backup_duplicity']
|
||||
|
Loading…
x
Reference in New Issue
Block a user