first commit
This commit is contained in:
8
roles/work/tasks/desktop_environments/xfce/config.yml
Normal file
8
roles/work/tasks/desktop_environments/xfce/config.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: xfce | config | copy config files to directory
|
||||
tags: xfce
|
||||
copy:
|
||||
src: xfce/.config/{{ item.src }}/
|
||||
dest: /home/super_user/.config/{{ item.dest }}/
|
||||
with_items:
|
||||
- { src: 'xfce4', dest: 'xfce4' }
|
||||
- { src: 'Thunar', dest: 'Thunar' }
|
||||
Reference in New Issue
Block a user