diff --git a/tasks/autostart.yml b/tasks/autostart.yml index f049c28..e7e4d14 100644 --- a/tasks/autostart.yml +++ b/tasks/autostart.yml @@ -8,6 +8,13 @@ with_items: - 'dex' +- name: "Create autostart directory" + file: + path: '{{ home }}/.config/autostart' + state: directory + owner: "{{ user }}" + mode: 0755 + - name: "Autostart services" file: src: "/etc/xdg/autostart/{{ item }}.desktop"