From fa0a2ce03da79c20774b71736226606218ef71cd Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Fri, 9 Feb 2018 10:31:24 -0800 Subject: [PATCH] add visidata for spreadsheet manipulation --- roles/office/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/office/tasks/main.yml b/roles/office/tasks/main.yml index 7b51b44..e7a2e1c 100644 --- a/roles/office/tasks/main.yml +++ b/roles/office/tasks/main.yml @@ -71,3 +71,8 @@ - name: Install pdfgrep pacman: name=pdfgrep state=present + +- name: Install visidata + aur: name=visidata-git user={{ user.name }} + tags: + - aur