Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit 8334abb

Browse files
author
Bryan Oakley-Wiggins
committed
3rd refactor ansible packaging
1 parent a22e15e commit 8334abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ansible/packaging

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ set -e
22

33
ANSIBLE_VERSION=v2.5.2
44

5-
tar xvfz ansible-${ANSIBLE_VERSION}.tar.gz -C ${BOSH_COMPILE_TARGET}
6-
mv ${BOSH_COMPILE_TARGET}/ansible-*/* ${BOSH_INSTALL_TARGET}
5+
tar xvfz ansible/ansible-${ANSIBLE_VERSION}.tar.gz
6+
mv ansible-*/* ${BOSH_INSTALL_TARGET}

0 commit comments

Comments
 (0)