mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Fix incorrect user definition
This commit is contained in:
parent
2e0830fe72
commit
fd69fc01d6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@
|
|||
- name: Install gpxpy
|
||||
aur:
|
||||
name: python-gpxpy
|
||||
user: user.name }}
|
||||
user: "{{ user.name }}"
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue