Merge "Add quotes around ansible ipv4_gateway variable"

This commit is contained in:
Zuul 2019-09-10 13:36:55 +00:00 committed by Gerrit Code Review
commit 61648186d4
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ create_ipa_image: false
# Dnsmasq default route for clients. If not defined, dnsmasq will push to # Dnsmasq default route for clients. If not defined, dnsmasq will push to
# clients as default route the same IP of the dnsmasq server. # clients as default route the same IP of the dnsmasq server.
# Default: undefined # Default: undefined
# dnsmasq_router: {{ ipv4_gateway }} # dnsmasq_router: "{{ ipv4_gateway }}"
# Dnsmasq default nameserver for clients. If not defined, this setting # Dnsmasq default nameserver for clients. If not defined, this setting
# will be ignored. # will be ignored.

View File

@ -65,7 +65,7 @@ create_ipa_image: false
# Dnsmasq default route for clients. If not defined, dnsmasq will push to # Dnsmasq default route for clients. If not defined, dnsmasq will push to
# clients as default route the same IP of the dnsmasq server. # clients as default route the same IP of the dnsmasq server.
# Default: undefined # Default: undefined
# dnsmasq_router: {{ ipv4_gateway }} # dnsmasq_router: "{{ ipv4_gateway }}"
# Dnsmasq default nameserver for clients. If not defined, this setting # Dnsmasq default nameserver for clients. If not defined, this setting
# will be ignored. # will be ignored.