We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e815cd commit 81e61ddCopy full SHA for 81e61dd
templates/cqlsh.j2
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
3
-/opt/cassandra/bin/cqlsh {{ hostvars[ansible_hostname]["ansible_" + cassandra_network_interface]["ipv4"]["address"] }} "$@"
+/opt/cassandra/bin/cqlsh {{ hostvars[inventory_hostname]["ansible_" + cassandra_network_interface]["ipv4"]["address"] }} "$@"
0 commit comments