Add ansible

This commit is contained in:
jalr 2018-02-13 00:10:57 +01:00
parent 55716ce1db
commit 565d261c90

View file

@ -8,6 +8,9 @@ stages:
- rootfs
- torrent
before_script:
- apk add --no-cache ansible mktorrent
prepare:
variables:
ZIPFILE: packer_${PACKER_VERSION}_linux_amd64.zip
@ -20,7 +23,6 @@ prepare:
- mkdir -p bin
- |
[ ! -e bin/packer ] && wget -c https://releases.hashicorp.com/packer/${PACKER_VERSION}/${ZIPFILE} && unzip "$ZIPFILE" -d bin && rm -f "$ZIPFILE"
- apk add --no-cache mktorrent
only:
- /ci/