mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove out of date tests.
This commit is contained in:
parent
800f12618e
commit
25dc0ef8d7
2 changed files with 0 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
- 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 }}"
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
- include: playbook-included.yml variable=foobar
|
|
||||||
- include: playbook-included.yml variable=foofoo
|
|
||||||
- include: playbook-included.yml variable=foo
|
|
Loading…
Reference in a new issue