aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/samples/helloworld.yml
blob: 399f0c041bc950e4c86a05beeee7092c077be5ae (plain)
1
2
3
4
5
6
---
- name: Hello World!
  hosts: 127.0.0.1
  tasks:
  - name: Hello World!
    shell: echo "Hello World!"