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

Commit a22e15e

Browse files
author
Bryan Oakley-Wiggins
committed
refactor ansible packaging part 2
1 parent 1fadbc0 commit a22e15e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ansible/packaging

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
set -e
22

33
ANSIBLE_VERSION=v2.5.2
4+
45
tar xvfz ansible-${ANSIBLE_VERSION}.tar.gz -C ${BOSH_COMPILE_TARGET}
6+
mv ${BOSH_COMPILE_TARGET}/ansible-*/* ${BOSH_INSTALL_TARGET}

0 commit comments

Comments
 (0)