From 19a886ed140430fcbfd6caf7616f0f0d17a872b8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Oct 2014 14:43:13 +0300 Subject: [PATCH] .bashrc: Export Ansible hosts var Signed-off-by: Alan Orth --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 7ba0f15..a210f85 100644 --- a/.bashrc +++ b/.bashrc @@ -28,7 +28,7 @@ HISTIGNORE='ls:bg:fg:history' PROMPT_COMMAND="$TITLEBAR" # look for Ansible hosts file in current directory -ANSIBLE_HOSTS=hosts +export ANSIBLE_HOSTS=hosts # look for Node binaries in current directory # if we have npm, we probably want to use npm binaries