.zshrc: Fix Ansible inventory variable
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
518555f9b7
commit
eee6929dc4
2
.zshrc
2
.zshrc
@ -37,7 +37,7 @@ export EDITOR=/usr/bin/vim
|
|||||||
export PAGER=/usr/bin/less
|
export PAGER=/usr/bin/less
|
||||||
|
|
||||||
# look for Ansible hosts file in current directory
|
# look for Ansible hosts file in current directory
|
||||||
export ANSIBLE_HOSTS=hosts
|
export ANSIBLE_INVENTORY=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