duplicity - add missing azure package

This commit is contained in:
camille 2023-04-26 15:55:54 +02:00
parent 9497d08f42
commit 634e81afb5

View File

@ -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']