github.com/masahide/goansible@v0.0.0-20160116054156-01eac649e9f2/test/download.yml (about) 1 --- 2 - hosts: all 3 tasks: 4 - name: download a file 5 download: url=http://www.google.com 6 register: goog 7 - name: show 8 shell: echo "{{ goog.path }}"