瀏覽代碼

new apt format

master
Markus Brechtel 6 年之前
父節點
當前提交
97b6d492b9
共有 4 個檔案被更改,包括 41 行新增45 行删除
  1. +3
    -4
      tasks/backgrounds.yaml
  2. +4
    -5
      tasks/desktop_apps.yaml
  3. +5
    -6
      tasks/light-locker-settings.yaml
  4. +29
    -30
      tasks/xfce.yaml

+ 3
- 4
tasks/backgrounds.yaml 查看文件

@@ -2,10 +2,9 @@

- name: background packages
apt:
pkg: "{{ item }}"
with_items:
- mate-backgrounds
- gnome-backgrounds
pkg:
- mate-backgrounds
- gnome-backgrounds

- name: directory for backgrounds
file:


+ 4
- 5
tasks/desktop_apps.yaml 查看文件

@@ -17,8 +17,7 @@

- name: additional desktop apps
apt:
pkg: "{{ item }}"
with_items:
- simple-scan
- gwenview
- kipi-plugins
pkg:
- simple-scan
- gwenview
- kipi-plugins

+ 5
- 6
tasks/light-locker-settings.yaml 查看文件

@@ -1,12 +1,11 @@
---
- name: light-locker-settings dependencies
apt:
name: "{{ item }}"
with_items:
- gettext
- intltool
- python3-psutil
- build-essential
pkg:
- gettext
- intltool
- python3-psutil
- build-essential

- name: download light-locker-settings
get_url:


+ 29
- 30
tasks/xfce.yaml 查看文件

@@ -2,36 +2,35 @@

- name: desktop packages
apt:
pkg: "{{ item }}"
with_items:
- xfce4
- task-desktop
- task-xfce-desktop
- task-german
- task-german-desktop
- eog
- dmz-cursor-theme
- gnome-brave-icon-theme
- gnome-dust-icon-theme
- gnome-human-icon-theme
- gnome-icon-theme
- gnome-icon-theme-extras
- gnome-icon-theme-gartoon
- gnome-icon-theme-nuovo
- gnome-icon-theme-suede
- gnome-icon-theme-symbolic
- gnome-icon-theme-yasis
- gnome-illustrious-icon-theme
- gnome-noble-icon-theme
- gnome-wine-icon-theme
- gnome-wise-icon-theme
- xfonts-terminus
- gvfs
- gvfs-backends
- gvfs-bin
- gvfs-fuse
- zip
- unzip
pkg:
- xfce4
- task-desktop
- task-xfce-desktop
- task-german
- task-german-desktop
- eog
- dmz-cursor-theme
- gnome-brave-icon-theme
- gnome-dust-icon-theme
- gnome-human-icon-theme
- gnome-icon-theme
- gnome-icon-theme-extras
- gnome-icon-theme-gartoon
- gnome-icon-theme-nuovo
- gnome-icon-theme-suede
- gnome-icon-theme-symbolic
- gnome-icon-theme-yasis
- gnome-illustrious-icon-theme
- gnome-noble-icon-theme
- gnome-wine-icon-theme
- gnome-wise-icon-theme
- xfonts-terminus
- gvfs
- gvfs-backends
- gvfs-bin
- gvfs-fuse
- zip
- unzip

- name: xdg config
copy:


Loading…
取消
儲存