Some updates
This commit is contained in:
parent
339e3b4f05
commit
6bbf0f20e5
2 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,7 @@
|
|||
[defaults]
|
||||
interpreter_python = /home/acicchetti/.anyenv/envs/pyenv/shims/python
|
||||
interpreter_python = auto
|
||||
stdout_callback = yaml
|
||||
|
||||
[galaxy]
|
||||
display_progress = True
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue