From 6bbf0f20e52a42ec7003e213596b8e92d034cc6e Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 14 Oct 2020 12:52:59 -0400 Subject: [PATCH] Some updates --- playbooks/ansible.cfg | 7 ++++++- playbooks/launch | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/playbooks/ansible.cfg b/playbooks/ansible.cfg index eb8bdb6..66b37ce 100644 --- a/playbooks/ansible.cfg +++ b/playbooks/ansible.cfg @@ -1,2 +1,7 @@ [defaults] -interpreter_python = /home/acicchetti/.anyenv/envs/pyenv/shims/python +interpreter_python = auto +stdout_callback = yaml + +[galaxy] +display_progress = True + diff --git a/playbooks/launch b/playbooks/launch index 471071e..d9fd2ca 100755 --- a/playbooks/launch +++ b/playbooks/launch @@ -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