From eac82f289d503c5bcc0d1e04784d027745d371c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 10 Nov 2018 13:15:21 +0100 Subject: Replace synchronize wiht copy --- roles/lxde/tasks/main.yml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'roles/lxde/tasks') diff --git a/roles/lxde/tasks/main.yml b/roles/lxde/tasks/main.yml index b48b5e5..1660787 100644 --- a/roles/lxde/tasks/main.yml +++ b/roles/lxde/tasks/main.yml @@ -3,9 +3,22 @@ include_role: name: graphical - name: Config files - synchronize: - recursive: yes - archive: no - checksum: yes - src: config_files/ - dest: /$XDG_CONFIG_HOME/ + copy: + mode: preserve + src: "config_files/{{ lxde_config_item }}" + dest: "$XDG_CONFIG_HOME/{{ lxde_config_item }}" + loop: + - libfm/libfm.conf + - pcmanfm/LXDE/desktop-items-0.conf + - pcmanfm/LXDE/pcmanfm.conf + - lxterminal/lxterminal.conf + - openbox/lxde-rc.xml + - lxpanel/LXDE/panels/panel + - lxpanel/LXDE/config + - lxpanel/launchtaskbar.cfg + - lxsession-default-apps/settings.conf + - lxsession/LXDE/autostart + - lxsession/LXDE/desktop.conf + - xinitrc + loop_control: + loop_var: lxde_config_item -- cgit v1.2.3