ansible-role--duplicity/tasks/prerequisites.yml

14 lines
184 B
YAML
Raw Permalink Normal View History

2024-07-12 12:36:06 +00:00
---
##
## System prerequisistes
##
- name: Install duplicity prerequisites
apt:
name:
- librsync-dev
- gettext
- python3-pip
- gnupg
state: present
#