summaryrefslogtreecommitdiff
path: root/templates/ci
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ci')
-rwxr-xr-xtemplates/ci/openbookctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ci/openbookctl b/templates/ci/openbookctl
index b55b5bc..8199d1e 100755
--- a/templates/ci/openbookctl
+++ b/templates/ci/openbookctl
@@ -1,7 +1,7 @@
#!/bin/bash
echo 'mysql root password: {{ openbook_database_password }}'
-echo 'wsrep_node_address: {{ ansible_default_ipv4.address }}'
+echo 'wsrep_node_address: {{ openbook_wsrep_node_address }}'
echo 'wsrep_cluster_address: gcomm://{{ openbook_gcomm_addresses }}'
{% if "True" == openbook_install_database|string() %}