summaryrefslogtreecommitdiffstats
path: root/test/playbook-import/playbook_imported.yml
blob: 4dc646adacbc7ee93721dffb4e14829dbe0fece7 (plain)
1
2
3
4
5
6
7
8
9
---
- hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - command: echo "no name"  # should generate 502
  - name: Another task
    debug:
      msg: debug message