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

Commit e7a58fa

Browse files
author
Darren Jones
authored
Merge pull request #216 from brybinary/3rd-refactor-ansible-package
3rd refactor ansible packaging
2 parents f777997 + 627094e commit e7a58fa

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_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 -C ${BOSH_INSTALL_TARGET}

0 commit comments

Comments
 (0)