Create autostart directory
This commit is contained in:
parent
f4f4ab9c48
commit
33493594c0
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue