mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 02:06:01 +00:00
8 lines
150 B
YAML
8 lines
150 B
YAML
---
|
|
- name: Install Viking
|
|
pacman: name=viking state=present
|
|
|
|
- name: Install gpxpy
|
|
aur: name=python-gpxpy user={{ user.name }}
|
|
tags:
|
|
- aur
|