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

14 lines
361 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
- name: Create ~/.fvwm directory
file:
path: "{{ ansible_env.HOME}}/.fvwm"
state: directory