From 25dc0ef8d739f734e0deb98aaac2c72aaa6cd07a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 11 Oct 2013 19:09:10 -0400 Subject: [PATCH] Remove out of date tests. --- test/playbook-included.yml | 14 -------------- test/playbook-includer.yml | 4 ---- 2 files changed, 18 deletions(-) delete mode 100644 test/playbook-included.yml delete mode 100644 test/playbook-includer.yml diff --git a/test/playbook-included.yml b/test/playbook-included.yml deleted file mode 100644 index b54f30871c1..00000000000 --- a/test/playbook-included.yml +++ /dev/null @@ -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 }}" diff --git a/test/playbook-includer.yml b/test/playbook-includer.yml deleted file mode 100644 index 3677a6093de..00000000000 --- a/test/playbook-includer.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- include: playbook-included.yml variable=foobar -- include: playbook-included.yml variable=foofoo -- include: playbook-included.yml variable=foo