Add quotes around ansible ipv4_gateway variable
Config value dnsmasq_router missing quotes around default value in: 1. playbooks/inventory/group_vars/localhost 2. playbooks/inventory/group_vars/target So if user just uncomment option dnsmasq_router Ansible fails because of missing quotes. Let's add these missing quotes arround dnsmasq_router. Change-Id: Ia8f38b00eba340e2d2cf40671f8ac8a53efc6b4e Story: 2006517 Task: 36518
This commit is contained in:
parent
8ed3c71434
commit
c776df09ae
@ -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