From 537b72bd1e9b8fd1b88ef16fefabe2c1fa67a7a8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 13 Feb 2014 18:31:30 -0500 Subject: [PATCH] Remove fixme and extraneous file. --- tests_new/integration/roles/test_copy/foo.txt | 1 - tests_new/integration/roles/test_copy/tasks/main.yml | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 tests_new/integration/roles/test_copy/foo.txt 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