cachy-workstation

Log | Files | Refs | README

commit f79470f43b47ee9727e2f18a4d584aa1517f9b2d
parent 45a945466bb51a0d069acff34425b77c55cbec13
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Tue, 23 Jun 2026 04:32:05 -0500

fixed missing dir for desktop file

Diffstat:
Mroles/hotkeys/tasks/main.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/roles/hotkeys/tasks/main.yml b/roles/hotkeys/tasks/main.yml @@ -1,4 +1,10 @@ --- +- name: Ensure applications directory exists + ansible.builtin.file: + path: "{{ ansible_facts['user_dir'] }}/.local/share/applications" + state: directory + mode: "0755" + - name: Copy cheat sheet desktop file ansible.builtin.template: src: cheat-sheet.desktop.j2