diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index cc0a6a3..718f421 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,7 +11,7 @@ PLAYBOOK="${ROOTDIR}/bootstrap.yml" echo "Playbook directory: ${ROOTDIR}" echo "Playbook: ${PLAYBOOK}" -SSHDIR="${ROOTDIR}/ssh" +SSHDIR="${ROOTDIR}/private/ssh" SSHKEY="${SSHDIR}/ansible.key" if [ -f "${SSHKEY}" ]; then echo "ERROR: SSH key already exists: ${SSHKEY}" |