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