explicitly install python2-vobject for khard

This commit is contained in:
Pig Monkey 2015-12-04 19:04:03 -08:00
parent a1a3555e8f
commit e2f918f820

View file

@ -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 }}