ansible-role-borgbackup/vars/apt.yml
Manu 5c883a734b
Add testing with Molecule/Ansible-lint, undo #9 (#26)
* Add testing with Molecule/Ansible-lint and fix linting errors
* Undo PR #9 for now (sorry)
2020-02-18 00:21:21 +08:00

21 lines
282 B
YAML

---
borg_packages:
- libssl-dev
- libacl1-dev
- libacl1
- build-essential
- python-setuptools
- python3-dev
- python3-pip
- python3-msgpack
- openssh-client
- cron
python_bin: python3
pip_bin: pip3
borg_python_packages:
- cython
- borgbackup
- borgmatic