Skip to content

Commit

Permalink
comment out the example nameservers
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jan 9, 2021
1 parent 06fb7af commit 88337b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# yamllint disable rule:comments-indentation

# DNS servers (/etc/resolv.conf)
nameservers:
- "8.8.8.8" # example (Google Public DNS)
- "9.9.9.9" # (Quad9 Public DNS)
nameservers: []
# - "8.8.8.8" # example (Google Public DNS)
# - "9.9.9.9" # (Quad9 Public DNS)

# /etc/hosts (optional)
etc_hosts: []
Expand Down

0 comments on commit 88337b4

Please sign in to comment.