From eee6929dc41a3177134f165e0aeb5788b453e49d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 5 May 2015 10:34:10 +0300 Subject: [PATCH] .zshrc: Fix Ansible inventory variable Signed-off-by: Alan Orth --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 31b5bbb..a6db7a1 100644 --- a/.zshrc +++ b/.zshrc @@ -37,7 +37,7 @@ export EDITOR=/usr/bin/vim export PAGER=/usr/bin/less # look for Ansible hosts file in current directory -export ANSIBLE_HOSTS=hosts +export ANSIBLE_INVENTORY=hosts # look for Node binaries in current directory # if we have npm, we probably want to use npm binaries