Browse Source

network fix

master
Markus Brechtel 5 years ago
parent
commit
bd85d83254
2 changed files with 15 additions and 0 deletions
  1. +2
    -0
      tasks/main.yaml
  2. +13
    -0
      tasks/network.yaml

+ 2
- 0
tasks/main.yaml View File

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

- import_tasks: network.yaml

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


+ 13
- 0
tasks/network.yaml View File

@@ -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…
Cancel
Save