- ---
-
- - name: xfce packages
- apt:
- pkg: "{{ item }}"
- with_items:
- - xfce4
-
- - name: wallpaper packages
- apt:
- pkg: "{{ item }}"
- with_items:
- - kde-wallpapers
- - mate-backgrounds
- - gnome-backgrounds
- - propaganda-debian
-
- - name: copy xfce configuration
- copy:
- src: xfce4/
- dest: /etc/xdg/xfce4/
|