.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:
Alan Orth 2017-10-10 01:12:47 +03:00
parent 448243cce3
commit 2abbe9f5d7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

3
.zshrc
View File

@ -55,9 +55,6 @@ export PS1='[%n@%m: %~]$ '
export EDITOR=vim
export PAGER=less
# look for Ansible hosts file in current directory
export ANSIBLE_HOSTS=hosts
# Enable node version manager (nvm)
[[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh