fixed missing dir for desktop file
This commit is contained in:
@@ -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
|
- name: Copy cheat sheet desktop file
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: cheat-sheet.desktop.j2
|
src: cheat-sheet.desktop.j2
|
||||||
|
|||||||
Reference in New Issue
Block a user