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

Commit b1fdf3b

Browse files
author
Bryan Wiggins
committed
Adding new package ansible jenkins-slave
1 parent 00eb764 commit b1fdf3b

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

config/blobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ansible/ansible-v2.5.2.tar.gz:
2+
size: 10192927
3+
object_id: a449d0df-70e7-4843-4bb5-00396cb58357
4+
sha: 959523a9b1db5a34cb3c3f6d37137f5b8895a55d
15
git/git-2.14.1.tar.gz:
26
size: 6987933
37
object_id: 4c11f3bb-d077-4a0d-6a81-2cb433fb2964

packages/ansible/packaging

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
set -e
2+
3+
ANSIBLE_VERSION=v2.5.2
4+
mkdir -p ${BOSH_COMPILE_TARGET}/ansible
5+
cd ${BOSH_COMPILE_TARGET}/ansible
6+
7+
tar xvfz ansible-${ANSIBLE_VERSION}.tar.gz -C ${BOSH_COMPILE_TARGET}/ansible
8+
mv ${BOSH_COMPILE_TARGET}/ansible/ansible-${ANSIBLE_VERSION}/* ${BOSH_INSTALL_TARGET}

packages/ansible/spec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: ansible
3+
4+
dependencies: []
5+
6+
files:
7+
- ansible/ansible-v2.5.2.tar.gz

0 commit comments

Comments
 (0)