]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - roles/graphical/tasks/main.yml
Replace synchronize wiht copy
[perso/Immae/Config/Ansible.git] / roles / graphical / tasks / main.yml
CommitLineData
397c4fed
IB
1---
2- name: Config files
eac82f28
IB
3 copy:
4 src: "config_files/{{ item }}"
5 dest: "$XDG_CONFIG_HOME/{{ item }}"
6 loop:
7 - redshift.conf
8 - autostart/redshift-gtk.desktop
9 - dunst/dunstrc
397c4fed
IB
10- name: mimeapps file
11 copy:
12 src: mimeapps.list
13 dest: $XDG_DATA_HOME/applications/
14- name: Create xorg state dir
15 file:
16 path: $XDG_STATE_HOME/xorg
17 state: directory
18- name: Link Xorg state dir
19 file:
20 path: "$XDG_DATA_HOME/xorg"
21 src: "$XDG_STATE_HOME/xorg"
22 state: link