packer-cn/provisioner/ansible-local/test-fixtures/world.yml

5 lines
101 B
YAML

---
- hosts: all
tasks:
- name: write world!
shell: echo -n " world!" >> /tmp/hello_world