From 75fbc07fd896a4c8ff4de13541fddd990969aefd Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Wed, 20 Jan 2016 19:33:01 -0800 Subject: [PATCH] replace AUR packages for git-annex and pandoc These both have a bunch of haskell dependencies, but now that git-annex is available in Community enough of the dependencies are shared between them that it seems worthwhile to do this. Fewer AUR packages is more better. --- roles/git-annex/tasks/main.yml | 4 +--- roles/office/tasks/main.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/roles/git-annex/tasks/main.yml b/roles/git-annex/tasks/main.yml index 29e3090..2129cb6 100644 --- a/roles/git-annex/tasks/main.yml +++ b/roles/git-annex/tasks/main.yml @@ -1,8 +1,6 @@ --- - name: Install git-annex - aur: name=git-annex-bin user={{ user.name }} skip_pgp=yes - tags: - - aur + pacman: name=git-annex state=present - name: Push git-annex assistant service file copy: src=git-annex.service dest=/etc/systemd/system/git-annex@.service diff --git a/roles/office/tasks/main.yml b/roles/office/tasks/main.yml index 7e0e2f7..c38083c 100644 --- a/roles/office/tasks/main.yml +++ b/roles/office/tasks/main.yml @@ -17,9 +17,7 @@ pacman: name=simple-scan state=present - name: Install pandoc - aur: name=pandoc-bin user={{ user.name }} - tags: - - aur + pacman: name=pandoc state=present - name: Install masterpdfeditor-qt5 aur: name=masterpdfeditor-qt5 user={{ user.name }}