Skip to content

Commit

Permalink
validate - prune dnsmasq
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Sep 24, 2020
1 parent 9be9644 commit 12d239c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion roles/1-prep/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

- name: dnsmasq (install now, configure LATER in 'network', after Stage 9)
include_tasks: roles/network/tasks/dnsmasq.yml
#when: dnsmasq_install | bool

- name: Install uuid-runtime package (debuntu)
package:
Expand Down
1 change: 0 additions & 1 deletion vars/local_vars_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ named_install: False
named_enabled: False

# dnsmasq - handles DHCP and DNS
dnsmasq_install: True
dnsmasq_enabled: True

# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
Expand Down
1 change: 0 additions & 1 deletion vars/local_vars_medium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ named_install: False
named_enabled: False

# dnsmasq - handles DHCP and DNS
dnsmasq_install: True
dnsmasq_enabled: True

# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
Expand Down
1 change: 0 additions & 1 deletion vars/local_vars_min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ named_install: False
named_enabled: False

# dnsmasq - handles DHCP and DNS
dnsmasq_install: True
dnsmasq_enabled: True

# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
Expand Down

0 comments on commit 12d239c

Please sign in to comment.