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

Commit 627094e

Browse files
author
Bryan Oakley-Wiggins
committed
4th refactor ansible packaging
1 parent 8334abb commit 627094e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ansible/packaging

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

33
ANSIBLE_VERSION=v2.5.2
44

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

0 commit comments

Comments
 (0)