瀏覽代碼

network fix

master
Markus Brechtel 5 年之前
父節點
當前提交
bd85d83254
共有 2 個文件被更改,包括 15 次插入0 次删除
  1. +2
    -0
      tasks/main.yaml
  2. +13
    -0
      tasks/network.yaml

+ 2
- 0
tasks/main.yaml 查看文件

@@ -16,6 +16,8 @@
- import_tasks: common.yaml - import_tasks: common.yaml
- import_tasks: microcode.yaml - import_tasks: microcode.yaml


- import_tasks: network.yaml

- import_tasks: xfce.yaml - import_tasks: xfce.yaml
- import_tasks: backgrounds.yaml - import_tasks: backgrounds.yaml
- import_tasks: fonts.yaml - import_tasks: fonts.yaml


+ 13
- 0
tasks/network.yaml 查看文件

@@ -0,0 +1,13 @@
---

- name: network tools
apt:
pkg:
- network-manager
- resolvconf

- name: link resolv.conf
file:
src: /etc/resolvconf/run/resolv.conf
dest: /etc/resolv.conf
state: link

Loading…
取消
儲存