.bashrc: Export Ansible hosts var
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
e50f65976e
commit
19a886ed14
2
.bashrc
2
.bashrc
@ -28,7 +28,7 @@ HISTIGNORE='ls:bg:fg:history'
|
|||||||
PROMPT_COMMAND="$TITLEBAR"
|
PROMPT_COMMAND="$TITLEBAR"
|
||||||
|
|
||||||
# look for Ansible hosts file in current directory
|
# look for Ansible hosts file in current directory
|
||||||
ANSIBLE_HOSTS=hosts
|
export ANSIBLE_HOSTS=hosts
|
||||||
|
|
||||||
# look for Node binaries in current directory
|
# look for Node binaries in current directory
|
||||||
# if we have npm, we probably want to use npm binaries
|
# if we have npm, we probably want to use npm binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user