From 79e261bd8492259f9ecf1e5ecc9032a7b42c3113 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sun, 5 Jan 2025 16:34:19 -0800 Subject: [PATCH] drop undertime I still use this daily, but this is the sort of thing I now prefer to install via uv rather than as a system package. --- roles/office/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/office/tasks/main.yml b/roles/office/tasks/main.yml index fa1b011..4693782 100644 --- a/roles/office/tasks/main.yml +++ b/roles/office/tasks/main.yml @@ -71,16 +71,6 @@ name: qalculate-gtk state: present -- name: Install undertime and dependencies - kewlfft.aur.aur: - name: - - python-dateparser - - python-undertime - become: yes - become_user: "{{ aur.user }}" - tags: - - aur - - name: Install GNU Plot pacman: name: gnuplot