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:
2019-12-27 22:33:12 +00:00
parent e97ab272ec
commit e7ef71b49a
4 changed files with 26 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ tap 'homebrew/cask-versions'
#
brew 'ack'
brew 'ansible'
brew 'aspell'
brew 'bash'
brew 'bazaar'
@@ -42,7 +41,6 @@ brew 'node'
brew 'peco'
brew 'pgformatter'
brew 'postgresql'
brew 'pyenv'
brew 'rbenv'
brew 'rclone'
brew 'readline'