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

Commit f777997

Browse files
author
Darren Jones
authored
Merge pull request #215 from brybinary/2nd-refactor-ansible-package
refactor ansible packaging part 2
2 parents 602fb46 + a22e15e commit f777997

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)