diff --git a/tasks/main.yaml b/tasks/main.yaml index c6aa8d2..61a2e1c 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -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 diff --git a/tasks/network.yaml b/tasks/network.yaml new file mode 100644 index 0000000..60c5f7d --- /dev/null +++ b/tasks/network.yaml @@ -0,0 +1,15 @@ +--- + +- name: network tools + apt: + pkg: + - network-manager + - resolvconf + +- name: link resolv.conf + file: + src: /etc/ + dest: /path/to/symlink + owner: foo + group: foo + state: link