From 535b0efcb88a074af4b1572a27b5dd00a29face4 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 5 Mar 2026 20:55:18 +0100 Subject: Add planify gnome app --- roles/gnome-planify/tasks/install-archlinux.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/gnome-planify/tasks/install-archlinux.yml (limited to 'roles/gnome-planify/tasks/install-archlinux.yml') diff --git a/roles/gnome-planify/tasks/install-archlinux.yml b/roles/gnome-planify/tasks/install-archlinux.yml new file mode 100644 index 00000000..48c7bc64 --- /dev/null +++ b/roles/gnome-planify/tasks/install-archlinux.yml @@ -0,0 +1,8 @@ +--- +- name: "Ensure gnome-planify is installed" + become: true + become_user: "aur_builder" + kewlfft.aur.aur: + name: "planify" + state: "present" + use: "yay" -- cgit v1.2.3