mirror of
https://github.com/pigmonkey/spark.git
synced 2026-08-01 12:11:29 +00:00
explicitly install python2-vobject for khard
This commit is contained in:
parent
a1a3555e8f
commit
e2f918f820
1 changed files with 18 additions and 0 deletions
|
|
@ -35,6 +35,24 @@
|
|||
become: yes
|
||||
become_user: "{{ user.name }}"
|
||||
|
||||
- name: Download python2-vobject
|
||||
command: cower -dq python2-vobject
|
||||
chdir=/home/{{ user.name }}/{{ aur.dir }}
|
||||
creates=/home/{{ user.name }}/{{ aur.dir }}/python2-vobject
|
||||
tags:
|
||||
- aur
|
||||
- contacts
|
||||
become: yes
|
||||
become_user: "{{ user.name }}"
|
||||
|
||||
- name: Build and install python2-vobject
|
||||
command: "{{ aur.makepkg }} chdir=/home/{{ user.name }}/{{ aur.dir }}/python2-vobject"
|
||||
tags:
|
||||
- aur
|
||||
- contacts
|
||||
become: yes
|
||||
become_user: "{{ user.name }}"
|
||||
|
||||
- name: Download khard-git
|
||||
command: cower -dq khard-git
|
||||
chdir=/home/{{ user.name }}/{{ aur.dir }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue