ansible/roles/duplicity/tasks/install.yml
2023-02-05 16:34:01 +01:00

12 lines
259 B
YAML

---
- become: yes
block:
- name: install needed packages
apt:
update_cache: yes
pkg:
- duplicity
- python3-requests-oauthlib
- sendemail
- libio-socket-ssl-perl
- libnet-ssleay-perl