summaryrefslogtreecommitdiffstats
path: root/test/task-has-name-success.yml
blob: b708f5a786499afa812298d8773cbd1ab1e59cdd (plain)
1
2
3
4
5
6
7
8
9
---

- hosts: all
  tasks:
    - name: This task has a name
      command: echo "Hello World"
    - debug:
        msg: "Hello World"
    - meta: flush_handlers