From 6f9babcb28ce9b8ecfc1afb612361d26c9ec34a7 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 6 May 2019 16:48:38 +0000 Subject: Initial v5.1 rebase --- tests/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/tests.yml (limited to 'tests/tests.yml') diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 000000000..9e4fb3826 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,6 @@ +--- +- name: memory test + import_playbook: memory.yml + +- name: filesystem test + import_playbook: filesystem.yml -- cgit