diff --git a/tests_new/integration/roles/test_copy/foo.txt b/tests_new/integration/roles/test_copy/foo.txt deleted file mode 100644 index 7c6ded14ecf..00000000000 --- a/tests_new/integration/roles/test_copy/foo.txt +++ /dev/null @@ -1 +0,0 @@ -foo.txt diff --git a/tests_new/integration/roles/test_copy/tasks/main.yml b/tests_new/integration/roles/test_copy/tasks/main.yml index 756e0488128..d3dbaeadb0d 100644 --- a/tests_new/integration/roles/test_copy/tasks/main.yml +++ b/tests_new/integration/roles/test_copy/tasks/main.yml @@ -16,8 +16,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -# FIXME: replace all fail_when's with asserts - - set_fact: output_file={{output_dir}}/foo.txt - name: initiate a basic copy