mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
9 lines
215 B
YAML
9 lines
215 B
YAML
---
|
|
- name: Install syncthing
|
|
pacman: name=syncthing state=present
|
|
|
|
- include_tasks: roles/nmtrust/tasks/unit.yml
|
|
vars:
|
|
unit: syncthing.service
|
|
run_on: "{{ syncthing.run_on }}"
|
|
user_unit: true
|