workstation/roles/home-gui/tasks/dirs.yml

10 lines
259 B
YAML
Raw Normal View History

2019-10-21 08:09:44 +00:00
---
- 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