mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Install Ansible via pip instead of Homebrew
When installed via Homebrew, it seemed not possible to make molecule work correctly. So instead we install both ansible and molecule via pip, and everything works.
This commit is contained in:
@@ -27,10 +27,6 @@ alias di="colordiff"
|
||||
alias devnullsmtp="java -jar $DOTBIN/DevNullSmtp.jar"
|
||||
alias open_ports="sudo lsof -i -P | grep --color=never -i \"listen\""
|
||||
|
||||
# Ansible
|
||||
alias ap="ansible-playbook"
|
||||
alias av="ansible-vault"
|
||||
|
||||
# Flush DNS cache
|
||||
alias flush_dns="dscacheutil -flushcache"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user