Redshift: Fix config generation

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-18 20:07:11 +02:00
parent 5d7a7c2709
commit 00defb27a4
No known key found for this signature in database
GPG Key ID: 03624C433676E465
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
name: redshift
state: present
- name: Ensure .config folder for redshift exists
file:
path: ~/.config/redshift
@ -18,5 +19,5 @@
- name: Template redshift autostart file
template:
src: redshift-gtk.desktop.j2
dest: ~/.config/autotstart/redshift-gtk.desktop
dest: ~/.config/autostart/redshift-gtk.desktop