diff --git a/samples/README.md b/test/samples/README.md similarity index 100% rename from samples/README.md rename to test/samples/README.md diff --git a/samples/common_include.yml b/test/samples/common_include.yml similarity index 100% rename from samples/common_include.yml rename to test/samples/common_include.yml diff --git a/samples/hosts b/test/samples/hosts similarity index 100% rename from samples/hosts rename to test/samples/hosts diff --git a/samples/ignore_errors.yml b/test/samples/ignore_errors.yml similarity index 100% rename from samples/ignore_errors.yml rename to test/samples/ignore_errors.yml diff --git a/samples/include.yml b/test/samples/include.yml similarity index 100% rename from samples/include.yml rename to test/samples/include.yml diff --git a/samples/included_playbook.yml b/test/samples/included_playbook.yml similarity index 100% rename from samples/included_playbook.yml rename to test/samples/included_playbook.yml diff --git a/samples/inv_lg b/test/samples/inv_lg similarity index 100% rename from samples/inv_lg rename to test/samples/inv_lg diff --git a/samples/inv_md b/test/samples/inv_md similarity index 100% rename from samples/inv_md rename to test/samples/inv_md diff --git a/samples/inv_sm b/test/samples/inv_sm similarity index 100% rename from samples/inv_sm rename to test/samples/inv_sm diff --git a/samples/l1_include.yml b/test/samples/l1_include.yml similarity index 100% rename from samples/l1_include.yml rename to test/samples/l1_include.yml diff --git a/samples/l2_include.yml b/test/samples/l2_include.yml similarity index 100% rename from samples/l2_include.yml rename to test/samples/l2_include.yml diff --git a/samples/l3_include.yml b/test/samples/l3_include.yml similarity index 100% rename from samples/l3_include.yml rename to test/samples/l3_include.yml diff --git a/samples/localhost_include.yml b/test/samples/localhost_include.yml similarity index 100% rename from samples/localhost_include.yml rename to test/samples/localhost_include.yml diff --git a/samples/localhosts b/test/samples/localhosts similarity index 100% rename from samples/localhosts rename to test/samples/localhosts diff --git a/samples/lookup_file.yml b/test/samples/lookup_file.yml similarity index 100% rename from samples/lookup_file.yml rename to test/samples/lookup_file.yml diff --git a/samples/lookup_password.yml b/test/samples/lookup_password.yml similarity index 100% rename from samples/lookup_password.yml rename to test/samples/lookup_password.yml diff --git a/samples/lookup_pipe.py b/test/samples/lookup_pipe.py similarity index 100% rename from samples/lookup_pipe.py rename to test/samples/lookup_pipe.py diff --git a/samples/lookup_template.yml b/test/samples/lookup_template.yml similarity index 100% rename from samples/lookup_template.yml rename to test/samples/lookup_template.yml diff --git a/samples/multi.py b/test/samples/multi.py similarity index 100% rename from samples/multi.py rename to test/samples/multi.py diff --git a/samples/multi_queues.py b/test/samples/multi_queues.py similarity index 100% rename from samples/multi_queues.py rename to test/samples/multi_queues.py diff --git a/samples/roles/common/meta/main.yml b/test/samples/roles/common/meta/main.yml similarity index 100% rename from samples/roles/common/meta/main.yml rename to test/samples/roles/common/meta/main.yml diff --git a/samples/roles/common/tasks/main.yml b/test/samples/roles/common/tasks/main.yml similarity index 100% rename from samples/roles/common/tasks/main.yml rename to test/samples/roles/common/tasks/main.yml diff --git a/samples/roles/role_a/meta/main.yml b/test/samples/roles/role_a/meta/main.yml similarity index 100% rename from samples/roles/role_a/meta/main.yml rename to test/samples/roles/role_a/meta/main.yml diff --git a/samples/roles/role_a/tasks/main.yml b/test/samples/roles/role_a/tasks/main.yml similarity index 100% rename from samples/roles/role_a/tasks/main.yml rename to test/samples/roles/role_a/tasks/main.yml diff --git a/samples/roles/role_b/meta/main.yml b/test/samples/roles/role_b/meta/main.yml similarity index 100% rename from samples/roles/role_b/meta/main.yml rename to test/samples/roles/role_b/meta/main.yml diff --git a/samples/roles/role_b/tasks/main.yml b/test/samples/roles/role_b/tasks/main.yml similarity index 100% rename from samples/roles/role_b/tasks/main.yml rename to test/samples/roles/role_b/tasks/main.yml diff --git a/samples/roles/test_become_r1/meta/main.yml b/test/samples/roles/test_become_r1/meta/main.yml similarity index 100% rename from samples/roles/test_become_r1/meta/main.yml rename to test/samples/roles/test_become_r1/meta/main.yml diff --git a/samples/roles/test_become_r1/tasks/main.yml b/test/samples/roles/test_become_r1/tasks/main.yml similarity index 100% rename from samples/roles/test_become_r1/tasks/main.yml rename to test/samples/roles/test_become_r1/tasks/main.yml diff --git a/samples/roles/test_become_r2/meta/main.yml b/test/samples/roles/test_become_r2/meta/main.yml similarity index 100% rename from samples/roles/test_become_r2/meta/main.yml rename to test/samples/roles/test_become_r2/meta/main.yml diff --git a/samples/roles/test_become_r2/tasks/main.yml b/test/samples/roles/test_become_r2/tasks/main.yml similarity index 100% rename from samples/roles/test_become_r2/tasks/main.yml rename to test/samples/roles/test_become_r2/tasks/main.yml diff --git a/samples/roles/test_role/meta/main.yml b/test/samples/roles/test_role/meta/main.yml similarity index 100% rename from samples/roles/test_role/meta/main.yml rename to test/samples/roles/test_role/meta/main.yml diff --git a/samples/roles/test_role/tasks/main.yml b/test/samples/roles/test_role/tasks/main.yml similarity index 100% rename from samples/roles/test_role/tasks/main.yml rename to test/samples/roles/test_role/tasks/main.yml diff --git a/samples/roles/test_role_dep/tasks/main.yml b/test/samples/roles/test_role_dep/tasks/main.yml similarity index 100% rename from samples/roles/test_role_dep/tasks/main.yml rename to test/samples/roles/test_role_dep/tasks/main.yml diff --git a/samples/src b/test/samples/src similarity index 100% rename from samples/src rename to test/samples/src diff --git a/samples/template.j2 b/test/samples/template.j2 similarity index 100% rename from samples/template.j2 rename to test/samples/template.j2 diff --git a/samples/test_become.yml b/test/samples/test_become.yml similarity index 100% rename from samples/test_become.yml rename to test/samples/test_become.yml diff --git a/samples/test_big_debug.yml b/test/samples/test_big_debug.yml similarity index 100% rename from samples/test_big_debug.yml rename to test/samples/test_big_debug.yml diff --git a/samples/test_big_ping.yml b/test/samples/test_big_ping.yml similarity index 100% rename from samples/test_big_ping.yml rename to test/samples/test_big_ping.yml diff --git a/samples/test_block.yml b/test/samples/test_block.yml similarity index 100% rename from samples/test_block.yml rename to test/samples/test_block.yml diff --git a/samples/test_blocks_of_blocks.yml b/test/samples/test_blocks_of_blocks.yml similarity index 100% rename from samples/test_blocks_of_blocks.yml rename to test/samples/test_blocks_of_blocks.yml diff --git a/samples/test_fact_gather.yml b/test/samples/test_fact_gather.yml similarity index 100% rename from samples/test_fact_gather.yml rename to test/samples/test_fact_gather.yml diff --git a/samples/test_free.yml b/test/samples/test_free.yml similarity index 100% rename from samples/test_free.yml rename to test/samples/test_free.yml diff --git a/samples/test_include.yml b/test/samples/test_include.yml similarity index 100% rename from samples/test_include.yml rename to test/samples/test_include.yml diff --git a/samples/test_pb.yml b/test/samples/test_pb.yml similarity index 100% rename from samples/test_pb.yml rename to test/samples/test_pb.yml diff --git a/samples/test_play_failure.yml b/test/samples/test_play_failure.yml similarity index 100% rename from samples/test_play_failure.yml rename to test/samples/test_play_failure.yml diff --git a/samples/test_playbook.include b/test/samples/test_playbook.include similarity index 100% rename from samples/test_playbook.include rename to test/samples/test_playbook.include diff --git a/samples/test_role.yml b/test/samples/test_role.yml similarity index 100% rename from samples/test_role.yml rename to test/samples/test_role.yml diff --git a/samples/test_roles_complex.yml b/test/samples/test_roles_complex.yml similarity index 100% rename from samples/test_roles_complex.yml rename to test/samples/test_roles_complex.yml diff --git a/samples/test_run_once.yml b/test/samples/test_run_once.yml similarity index 100% rename from samples/test_run_once.yml rename to test/samples/test_run_once.yml diff --git a/samples/test_sudo.yml b/test/samples/test_sudo.yml similarity index 100% rename from samples/test_sudo.yml rename to test/samples/test_sudo.yml diff --git a/samples/test_tags.yml b/test/samples/test_tags.yml similarity index 100% rename from samples/test_tags.yml rename to test/samples/test_tags.yml diff --git a/samples/testing/extra_vars.yml b/test/samples/testing/extra_vars.yml similarity index 100% rename from samples/testing/extra_vars.yml rename to test/samples/testing/extra_vars.yml diff --git a/samples/testing/frag1 b/test/samples/testing/frag1 similarity index 100% rename from samples/testing/frag1 rename to test/samples/testing/frag1 diff --git a/samples/testing/frag2 b/test/samples/testing/frag2 similarity index 100% rename from samples/testing/frag2 rename to test/samples/testing/frag2 diff --git a/samples/testing/frag3 b/test/samples/testing/frag3 similarity index 100% rename from samples/testing/frag3 rename to test/samples/testing/frag3 diff --git a/samples/testing/vars.yml b/test/samples/testing/vars.yml similarity index 100% rename from samples/testing/vars.yml rename to test/samples/testing/vars.yml diff --git a/samples/with_dict.yml b/test/samples/with_dict.yml similarity index 100% rename from samples/with_dict.yml rename to test/samples/with_dict.yml diff --git a/samples/with_env.yml b/test/samples/with_env.yml similarity index 100% rename from samples/with_env.yml rename to test/samples/with_env.yml diff --git a/samples/with_fileglob.yml b/test/samples/with_fileglob.yml similarity index 100% rename from samples/with_fileglob.yml rename to test/samples/with_fileglob.yml diff --git a/samples/with_first_found.yml b/test/samples/with_first_found.yml similarity index 100% rename from samples/with_first_found.yml rename to test/samples/with_first_found.yml diff --git a/samples/with_flattened.yml b/test/samples/with_flattened.yml similarity index 100% rename from samples/with_flattened.yml rename to test/samples/with_flattened.yml diff --git a/samples/with_indexed_items.yml b/test/samples/with_indexed_items.yml similarity index 100% rename from samples/with_indexed_items.yml rename to test/samples/with_indexed_items.yml diff --git a/samples/with_items.yml b/test/samples/with_items.yml similarity index 100% rename from samples/with_items.yml rename to test/samples/with_items.yml diff --git a/samples/with_lines.yml b/test/samples/with_lines.yml similarity index 100% rename from samples/with_lines.yml rename to test/samples/with_lines.yml diff --git a/samples/with_nested.yml b/test/samples/with_nested.yml similarity index 100% rename from samples/with_nested.yml rename to test/samples/with_nested.yml diff --git a/samples/with_random_choice.yml b/test/samples/with_random_choice.yml similarity index 100% rename from samples/with_random_choice.yml rename to test/samples/with_random_choice.yml diff --git a/samples/with_sequence.yml b/test/samples/with_sequence.yml similarity index 100% rename from samples/with_sequence.yml rename to test/samples/with_sequence.yml diff --git a/samples/with_subelements.yml b/test/samples/with_subelements.yml similarity index 100% rename from samples/with_subelements.yml rename to test/samples/with_subelements.yml diff --git a/samples/with_together.yml b/test/samples/with_together.yml similarity index 100% rename from samples/with_together.yml rename to test/samples/with_together.yml