You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - 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/
|