From 8f707c9d6fe3c4e80f55765ea05b0a5ac08f108e Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Wed, 13 Jan 2016 15:55:04 -0800 Subject: [PATCH] install pdfgrep --- roles/office/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/office/tasks/main.yml b/roles/office/tasks/main.yml index 98edfd4..7e0e2f7 100644 --- a/roles/office/tasks/main.yml +++ b/roles/office/tasks/main.yml @@ -25,3 +25,6 @@ aur: name=masterpdfeditor-qt5 user={{ user.name }} tags: - aur + +- name: Install pdfgrep + pacman: name=pdfgrep state=present