summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/roles/patch-test/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/config/remote-action-modules/git/org_project/playbooks/roles/patch-test/tasks/main.yaml')
-rw-r--r--tests/fixtures/config/remote-action-modules/git/org_project/playbooks/roles/patch-test/tasks/main.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/roles/patch-test/tasks/main.yaml b/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/roles/patch-test/tasks/main.yaml
deleted file mode 100644
index c1c4ccba8..000000000
--- a/tests/fixtures/config/remote-action-modules/git/org_project/playbooks/roles/patch-test/tasks/main.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-- name: Create a destination directory for copied files
- tempfile:
- state: directory
- register: destdir
-
-- name: Copy readme
- copy:
- src: readme.txt
- dest: "{{destdir.path}}/readme.txt"
-
-- name: Patch
- patch:
- src: "{{src_file}}"
- basedir: "{{destdir.path}}"
- strip: 1