This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-simple-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
network fix
master
Markus Brechtel
5 years ago
parent
a1f079856c
commit
bd85d83254
2 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yaml
+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
Write
Preview
Loading…
Cancel
Save