diff --git a/ansible-setup.sh b/ansible-setup.sh index 32525f4..2c231df 100755 --- a/ansible-setup.sh +++ b/ansible-setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2021 Anthony Perkins # @@ -40,6 +40,10 @@ pipinstall wheel pipinstall ansible popd +if [ ! -d "$HOME/bin" ]; then + mkdir "$HOME/bin" +fi + for command in \ ansible \ ansible-config \