alexanderdean / Unified-Log-Processing

Supporting material (code, schemas etc) for Unified Log Processing (Manning Publications)
http://manning.com/dean/
Apache License 2.0
97 stars 25 forks source link

build looks like its breaking #22

Closed bigsnarfdude closed 9 years ago

bigsnarfdude commented 9 years ago

url module ansible:

Equivalent of git cloning tags/v1.6.6 but much, much faster

url: https://codeload.github.com/ansible/ansible/zip/69d85c22c7475ccf8169b6ec9dee3ee28c92a314
build: unzip ansible-69d85c22c7475ccf8169b6ec9dee3ee28c92a314.zip
export: ansible-69d85c22c7475ccf8169b6ec9dee3ee28c92a314

instead of build and unzip use:

unpack: zip

alexanderdean commented 9 years ago

Thanks Vincent!