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/graphical/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'roles/graphical/tasks/main.yml') diff --git a/roles/graphical/tasks/main.yml b/roles/graphical/tasks/main.yml index ad45024..f73623e 100644 --- a/roles/graphical/tasks/main.yml +++ b/roles/graphical/tasks/main.yml @@ -1,4 +1,11 @@ --- +- name: Config dirs + file: + state: directory + path: "$XDG_CONFIG_HOME/{{ item }}" + loop: + - autostart + - dunst - name: Config files copy: src: "config_files/{{ item }}" -- cgit v1.2.3