From e0ad02c6dd2df919c5f423fde98c28f81d0286b8 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 20 Sep 2016 13:45:57 -0700 Subject: [PATCH] Remove test for deprecated first_available_file. (#17674) --- test/integration/roles/test_copy/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/integration/roles/test_copy/tasks/main.yml b/test/integration/roles/test_copy/tasks/main.yml index 19559090654..526695acc3c 100644 --- a/test/integration/roles/test_copy/tasks/main.yml +++ b/test/integration/roles/test_copy/tasks/main.yml @@ -258,9 +258,3 @@ assert: that: - replace_follow_result.checksum == target_file_result.stdout - -- name: test first avialable file - copy: dest={{output_dir}}/faf_test - first_available_file: - - doesntexist.txt - - foo.txt