diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 21:35:01 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 21:35:01 +0100 |
commit | 587b6dd6d2d3a63ad28455003c0c2c5f58afdecb (patch) | |
tree | c2342ed5766c09e98c1948c4fbaa6667a53b4538 /roles/lxde/tasks | |
parent | 379fbe46b77c84a419a0b438b088e65b76406c73 (diff) | |
download | Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.tar.gz Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.tar.zst Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.zip |
Add dir creation
Diffstat (limited to 'roles/lxde/tasks')
-rw-r--r-- | roles/lxde/tasks/main.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
2 | - name: Import graphical | 2 | - name: Import graphical |
3 | include_role: | 3 | include_role: |
4 | name: graphical | 4 | name: graphical |
5 | - name: Config dirs | ||
6 | file: | ||
7 | state: directory | ||
8 | path: "$XDG_CONFIG_HOME/{{ item }}" | ||
9 | loop: | ||
10 | - libfm | ||
11 | - pcmanfm/LXDE | ||
12 | - lxterminal | ||
13 | - openbox | ||
14 | - lxpanel/LXDE/panels | ||
15 | - lxsession-default-apps | ||
16 | - lxsession/LXDE | ||
17 | - gpicview | ||
5 | - name: Config files | 18 | - name: Config files |
6 | copy: | 19 | copy: |
7 | mode: preserve | 20 | mode: preserve |