From 5066909d86096b7619b8b7332d03debbd2c8e1be Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Mon, 19 Nov 2018 20:12:26 -0800 Subject: [PATCH] add qalculate Note that this also includes the cli `qalc`, which is possibly more attractive. Also, RPN mode. --- 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 bf7e2b5..e2b457f 100644 --- a/roles/office/tasks/main.yml +++ b/roles/office/tasks/main.yml @@ -76,3 +76,6 @@ aur: name=visidata user={{ user.name }} tags: - aur + +- name: Install qalculate + pacman: name=qalculate-gtk state=present