Skip to content
Snippets Groups Projects
Commit bebddcfe authored by nimrod's avatar nimrod
Browse files

- Added Unison for syncing.

parent f9f57a7b
No related branches found
No related tags found
No related merge requests found
---
- hosts: all
pre_tasks:
- name: APT install Python3, Tox, Cron
- name: APT install Python3, Tox, Cron, Unison
apt:
name:
- python3
- tox
- cron-daemon
- unison
state: present
update_cache: True
cache_valid_time: 3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment