Skip to content

Commit 88337b4

Browse files
committed
comment out the example nameservers
1 parent 06fb7af commit 88337b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vars/system.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# yamllint disable rule:comments-indentation
44

55
# DNS servers (/etc/resolv.conf)
6-
nameservers:
7-
- "8.8.8.8" # example (Google Public DNS)
8-
- "9.9.9.9" # (Quad9 Public DNS)
6+
nameservers: []
7+
# - "8.8.8.8" # example (Google Public DNS)
8+
# - "9.9.9.9" # (Quad9 Public DNS)
99

1010
# /etc/hosts (optional)
1111
etc_hosts: []

0 commit comments

Comments
 (0)