.zshrc: Remove ANSIBLE_HOSTS
Ansible 2.4 deprecates this variable in favor of ANSIBLE_INVENTORY but I decided that we should just be specifying this in the ansible.cfg inside each project anyways.
This commit is contained in:
parent
448243cce3
commit
2abbe9f5d7
3
.zshrc
3
.zshrc
@ -55,9 +55,6 @@ export PS1='[%n@%m: %~]$ '
|
|||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
|
|
||||||
# look for Ansible hosts file in current directory
|
|
||||||
export ANSIBLE_HOSTS=hosts
|
|
||||||
|
|
||||||
# Enable node version manager (nvm)
|
# Enable node version manager (nvm)
|
||||||
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user