From e2f918f8206860cf11f0ce62a434e90d91ae2fae Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Fri, 4 Dec 2015 19:04:03 -0800 Subject: [PATCH] explicitly install python2-vobject for khard --- roles/mail/tasks/contacts.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/roles/mail/tasks/contacts.yml b/roles/mail/tasks/contacts.yml index 4a9c8f5..09e1f33 100644 --- a/roles/mail/tasks/contacts.yml +++ b/roles/mail/tasks/contacts.yml @@ -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 }}