Commit 25dc0ef8 by Michael DeHaan

Remove out of date tests.

parent 800f1261
---
- hosts: all
connection: local
gather_facts: no
tasks:
- action: debug msg="{{ variable }}"
- hosts: all
connection: local
vars:
- ugly: var
gather_facts: no
tasks:
- action: debug msg="{{ variable }}"
---
- include: playbook-included.yml variable=foobar
- include: playbook-included.yml variable=foofoo
- include: playbook-included.yml variable=foo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment