summaryrefslogtreecommitdiff
path: root/test/integration/targets/xattr/tasks/setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/xattr/tasks/setup.yml')
-rw-r--r--test/integration/targets/xattr/tasks/setup.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/integration/targets/xattr/tasks/setup.yml b/test/integration/targets/xattr/tasks/setup.yml
deleted file mode 100644
index 674e250aea..0000000000
--- a/test/integration/targets/xattr/tasks/setup.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- name: Install
- package:
- name: attr
- state: present
-
-- name: Create file
- file:
- path: "{{ test_file }}"
- state: touch \ No newline at end of file