Compare commits

...

2 Commits

2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@ all:
ansible_connection: local
vars:
ansible_user: transcaffeine
ansible_become_user: transcaffeine
ansible_become: true
gnupg:
hosts:

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