github.com/angdraug/packer@v1.3.2/provisioner/ansible-local/test-fixtures/hello.yml (about)

     1  ---
     2  - hosts: all
     3    tasks:
     4      - name: write Hello
     5        shell: echo -n "Hello" >> /tmp/hello_world