summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-02-11 13:35:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-11 13:35:46 +0000
commit55d8a890827a6b86937aa0d5181bb0b3bad70a8d (patch)
treefc4aafe7b47adf7dee5a33d362edc95c558ceb40 /ansible
parent730dc19b73430f43b8c8d003714fde8a0cc495fa (diff)
parent1456c58be359da30e5de75819e38a35138fcc64b (diff)
Merge "Fix simulated_hosts template"
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/dns/templates/simulated_hosts.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dns/templates/simulated_hosts.j2 b/ansible/roles/dns/templates/simulated_hosts.j2
index 637aef6a..469ca62a 100644
--- a/ansible/roles/dns/templates/simulated_hosts.j2
+++ b/ansible/roles/dns/templates/simulated_hosts.j2
@@ -1,3 +1,3 @@
{% for host in all_simulated_hosts -%}
- {{ ansible_host }} {{ host }}
+ {{ cluster_ip }} {{ host }}
{% endfor %}