瀏覽代碼

current

master
當前提交
db329ea15e
共有 1 個檔案被更改,包括 16 行新增0 行删除
  1. +16
    -0
      tasks/main.yml

+ 16
- 0
tasks/main.yml 查看文件

@@ -0,0 +1,16 @@
---

- apt:
pkg: "{{ item }}"
state: installed
with_items:
- xserver-xorg
- xserver-xorg-video-all
- xserver-xorg-input-all
- slim
- x11-xserver-utils

- service:
name: slim
state: started
enabled: yes

Loading…
取消
儲存