From 587b6dd6d2d3a63ad28455003c0c2c5f58afdecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 11 Nov 2018 21:35:01 +0100 Subject: Add dir creation --- roles/lxde/tasks/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'roles/lxde/tasks') diff --git a/roles/lxde/tasks/main.yml b/roles/lxde/tasks/main.yml index 8bf27af..e7de759 100644 --- a/roles/lxde/tasks/main.yml +++ b/roles/lxde/tasks/main.yml @@ -2,6 +2,19 @@ - name: Import graphical include_role: name: graphical +- name: Config dirs + file: + state: directory + path: "$XDG_CONFIG_HOME/{{ item }}" + loop: + - libfm + - pcmanfm/LXDE + - lxterminal + - openbox + - lxpanel/LXDE/panels + - lxsession-default-apps + - lxsession/LXDE + - gpicview - name: Config files copy: mode: preserve -- cgit v1.2.3