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