par2cmdline is available in community

This commit is contained in:
Pig Monkey 2015-12-04 18:41:54 -08:00
parent 4ce6534425
commit 60e3a59b86

View file

@ -1,18 +1,5 @@
---
- name: Download par2cmdline
command: cower -dq par2cmdline
chdir=/home/{{ user.name }}/{{ aur.dir }}
creates=/home/{{ user.name }}/{{ aur.dir }}/par2cmdline
- name: Install par2cmdline
pacman: name=par2cmdline state=present
tags:
- aur
- par2
become: yes
become_user: "{{ user.name }}"
- name: Build and install par2cmdline
command: "{{ aur.makepkg }} --skippgpcheck chdir=/home/{{ user.name }}/{{ aur.dir }}/par2cmdline"
tags:
- aur
- par2
become: yes
become_user: "{{ user.name }}"