mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
reformat yaml
This commit is contained in:
parent
144226da8c
commit
f909ec4299
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,12 @@
|
|||
---
|
||||
- name: Install GPXSee
|
||||
pacman: name=gpxsee state=present
|
||||
pacman:
|
||||
name: gpxsee
|
||||
state: present
|
||||
|
||||
- name: Install gpxpy
|
||||
aur: name=python-gpxpy user={{ user.name }}
|
||||
aur:
|
||||
name: python-gpxpy
|
||||
user: user.name }}
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue