Create autostart directory

This commit is contained in:
Jake Howard 2019-05-27 16:48:44 +01:00
parent f4f4ab9c48
commit 33493594c0
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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"