From 645becf849fecee13d3e0bfcf6f780b3ecdd10de Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Mon, 11 Jan 2016 09:28:35 -0500 Subject: Fixing tab completion for latest metadata changes --- bin/zsh_functions/_ossh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/zsh_functions') diff --git a/bin/zsh_functions/_ossh b/bin/zsh_functions/_ossh index e34ca5bd4..65979c58a 100644 --- a/bin/zsh_functions/_ossh +++ b/bin/zsh_functions/_ossh @@ -2,7 +2,7 @@ _ossh_known_hosts(){ if [[ -f ~/.ansible/tmp/multi_inventory.cache ]]; then - print $(/usr/bin/python -c 'import json,os; z = json.loads(open("%s"%os.path.expanduser("~/.ansible/tmp/multi_inventory.cache")).read()); print "\n".join(["%s.%s" % (host["ec2_tag_Name"],host["ec2_tag_env"]) for dns, host in z["_meta"]["hostvars"].items()])') + print $(/usr/bin/python -c 'import json,os; z = json.loads(open("%s"%os.path.expanduser("~/.ansible/tmp/multi_inventory.cache")).read()); print "\n".join(["%s.%s" % (host["oo_name"],host["oo_environment"]) for dns, host in z["_meta"]["hostvars"].items()])') fi } -- cgit v1.2.3