fixed missing dir for desktop file

This commit is contained in:
2026-06-23 04:32:05 -05:00
parent 45a945466b
commit f79470f43b
+6
View File
@@ -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