Skip to content

Commit

Permalink
try diff notation
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Feb 22, 2024
1 parent 65bb9bd commit 4fea915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojaloop/iac/roles/microk8s/tasks/configure-HA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
marker: "# {mark} ANSIBLE MANAGED: microk8s WORKER Cluster Hosts"
content: |
{% for host in groups[microk8s_group_WORKERS] %}
{{ hostvars[host].ansible_host }} {{ hostvars[host].ansible_hostname }}
{{ hostvars[host]['ansible_default_ipv4']['address'] }} {{ hostvars[host]['ansible_hostname'] }}
{% endfor %}
when: add_workers_to_hostfile

Expand Down

0 comments on commit 4fea915

Please sign in to comment.