9 lines
259 B
YAML
9 lines
259 B
YAML
---
|
|
- name: Create user applications directory
|
|
file:
|
|
path: "{{ ansible_env.HOME }}/.local/share/applications"
|
|
state: directory
|
|
- name: Create user autostart directory
|
|
file:
|
|
path: "{{ ansible_env.HOME }}/.config/autostart"
|
|
state: directory
|