Merge "Add quotes around ansible ipv4_gateway variable"
This commit is contained in:
commit
61648186d4
@ -65,7 +65,7 @@ create_ipa_image: false
|
||||
# Dnsmasq default route for clients. If not defined, dnsmasq will push to
|
||||
# clients as default route the same IP of the dnsmasq server.
|
||||
# Default: undefined
|
||||
# dnsmasq_router: {{ ipv4_gateway }}
|
||||
# dnsmasq_router: "{{ ipv4_gateway }}"
|
||||
|
||||
# Dnsmasq default nameserver for clients. If not defined, this setting
|
||||
# will be ignored.
|
||||
|
@ -65,7 +65,7 @@ create_ipa_image: false
|
||||
# Dnsmasq default route for clients. If not defined, dnsmasq will push to
|
||||
# clients as default route the same IP of the dnsmasq server.
|
||||
# Default: undefined
|
||||
# dnsmasq_router: {{ ipv4_gateway }}
|
||||
# dnsmasq_router: "{{ ipv4_gateway }}"
|
||||
|
||||
# Dnsmasq default nameserver for clients. If not defined, this setting
|
||||
# will be ignored.
|
||||
|
Loading…
x
Reference in New Issue
Block a user