Skip to content

Commit

Permalink
Remove overwriting resolv.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Dec 14, 2023
1 parent 6ff07a4 commit e7a8b9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ roles:
- name: geerlingguy.go
version: 1.1.0

- name: ahuffman.resolv
version: 1.3.2

- name: staticdev.pyenv
version: 2.10.2

Expand Down
8 changes: 0 additions & 8 deletions tasks/basic-linux-tools.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
- name: Configure name servers
import_role:
name: ahuffman.resolv
vars:
resolv_nameservers:
- "8.8.8.8"
- "8.8.4.4"

- name: Install basic linux tools (apt)
apt:
name:
Expand Down

0 comments on commit e7a8b9e

Please sign in to comment.