Commit bebddcfe authored by nimrod's avatar nimrod
Browse files

- Added Unison for syncing.

parent f9f57a7b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
---
- 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