mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-23 05:47:59 +01:00
14 lines
173 B
YAML
14 lines
173 B
YAML
|
---
|
||
|
#
|
||
|
# OpenTracker tasks.
|
||
|
#
|
||
|
|
||
|
- name: Prepare system
|
||
|
include: prep.yml
|
||
|
|
||
|
- name: Install OpenTracker
|
||
|
include: make.yml
|
||
|
|
||
|
- name: Configure OpenTracker
|
||
|
include: conf.yml
|