mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
12 lines
172 B
YAML
12 lines
172 B
YAML
---
|
|
- name: Install GPXSee
|
|
pacman:
|
|
name: gpxsee
|
|
state: present
|
|
|
|
- name: Install gpxpy
|
|
aur:
|
|
name: python-gpxpy
|
|
user: "{{ user.name }}"
|
|
tags:
|
|
- aur
|