Explorar el Código

network fix

master
Markus Brechtel hace 5 años
padre
commit
bd85d83254
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. +2
    -0
      tasks/main.yaml
  2. +13
    -0
      tasks/network.yaml

+ 2
- 0
tasks/main.yaml Ver fichero

@@ -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 Ver fichero

@@ -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

Cargando…
Cancelar
Guardar