--- - hosts: all sudo: yes tasks: - shell: wget 'https://dl.bintray.com/mitchellh/packer/packer_0.8.2_linux_amd64.zip' -O /tmp/packer-0.8.2.zip args: creates: /tmp/packer-0.8.2.zip - unarchive: src: /tmp/packer-0.8.2.zip dest: /usr/local/bin copy: no