mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
17 lines
431 B
YAML
17 lines
431 B
YAML
---
|
|
- name: Download light-git
|
|
command: cower -dq light-git
|
|
chdir=/home/{{ user.name }}/{{ aur.dir }}
|
|
creates=/home/{{ user.name }}/{{ aur.dir }}/light-git
|
|
tags:
|
|
- aur
|
|
become: yes
|
|
become_user: "{{ user.name }}"
|
|
|
|
- name: Build and install light-git
|
|
command: "{{ aur.makepkg }} chdir=/home/{{ user.name }}/{{ aur.dir }}/light-git"
|
|
tags:
|
|
- aur
|
|
become: yes
|
|
become_user: "{{ user.name }}"
|
|
|