Some updates

This commit is contained in:
Anthony Cicchetti 2020-10-14 12:52:59 -04:00
parent 339e3b4f05
commit 6bbf0f20e5
2 changed files with 7 additions and 1 deletions

View file

@ -1,2 +1,7 @@
[defaults]
interpreter_python = /home/acicchetti/.anyenv/envs/pyenv/shims/python
interpreter_python = auto
stdout_callback = yaml
[galaxy]
display_progress = True

View file

@ -24,6 +24,7 @@ elif [[ $(uname) == "Darwin" ]]; then
/usr/local/bin/brew install ansible
fi
ANSIBLE_PYTHON_INTERPRETER="$(which python)"
ansible-galaxy install kewlfft.aur
ansible-playbook --ask-become-pass -i inventory main.yml