Sha256: 73a14bd24ed218d31c8fa1726aa7b13122bbbc53fe99ca9a84d34a28bead9078
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
--- - name: download bento4 get_url: url: http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-5-0-613.x86_64-unknown-linux.zip dest: ~/bento4.zip - name: unzip bento4 unarchive: copy: no src: ~/bento4.zip dest: ~/. - name: create /usr/local/bento4/ file: path=/usr/local/bento4/ state=directory - name: move bento4 shell: mv ~/Bento4-SDK-1-5-0-613.x86_64-unknown-linux/* /usr/local/bento4/.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
abrizer-0.3.0 | ansible/roles/bento4/tasks/main.yml |
abrizer-0.2.0 | ansible/roles/bento4/tasks/main.yml |
abrizer-0.1.0 | ansible/roles/bento4/tasks/main.yml |