diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-02-11 13:35:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-11 13:35:46 +0000 |
commit | 55d8a890827a6b86937aa0d5181bb0b3bad70a8d (patch) | |
tree | fc4aafe7b47adf7dee5a33d362edc95c558ceb40 | |
parent | 730dc19b73430f43b8c8d003714fde8a0cc495fa (diff) | |
parent | 1456c58be359da30e5de75819e38a35138fcc64b (diff) |
Merge "Fix simulated_hosts template"
-rw-r--r-- | ansible/roles/dns/templates/simulated_hosts.j2 | 2 |
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 %} |