Skip to content

Commit 00e0f52

Browse files
committed
Merge pull request mattfinlayson#38 from msabramo/patch-3
consul_install_dnsmasq: false
2 parents 0c381c1 + a72d093 commit 00e0f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ consul_client_address: "127.0.0.1"
7575
consul_datacenter: "default"
7676
consul_disable_remote_exec: true
7777

78-
consul_install_dnsmasq: true
78+
consul_install_dnsmasq: false
7979
consul_install_consulate: false
8080
```
8181

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ consul_client_address: "127.0.0.1"
3939
consul_datacenter: "default"
4040
consul_disable_remote_exec: true
4141

42-
consul_install_dnsmasq: true
42+
consul_install_dnsmasq: false
4343
consul_install_consulate: false

0 commit comments

Comments
 (0)