From c6c04a091340e55836799e3866e7adca5c88c55d Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 3 Nov 2019 23:47:44 -0600 Subject: [PATCH] python3 feedback --- iiab-configure | 1 + 1 file changed, 1 insertion(+) diff --git a/iiab-configure b/iiab-configure index 306be093f..e0e7a58ec 100755 --- a/iiab-configure +++ b/iiab-configure @@ -48,4 +48,5 @@ if grep -q sugar $IIAB_STATE_FILE && ! grep -q mongodb $IIAB_STATE_FILE; then fi export ANSIBLE_LOG_PATH="$CWD/iiab-configure.log" +ansible -m setup -i $INVENTORY localhost ${ARGS} --connection=local | grep python ansible-playbook -i $INVENTORY $PLAYBOOK --connection=local