From 2abbe9f5d79d43a58b70c9a3315c0bbd0604fabd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 10 Oct 2017 01:12:47 +0300 Subject: [PATCH] .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. --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index f562f28..b561223 100644 --- a/.zshrc +++ b/.zshrc @@ -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