summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-02-17 16:57:13 -0800
committerMatt Clay <matt@mystile.com>2022-02-21 22:07:21 -0800
commit65792c303596da33075a2da4f567c53375a99231 (patch)
treeb8ba98a013896ece6715694f4c793d7cb42255fd
parent5caa97962ecc1696f83b399e8aff264bea8a6203 (diff)
downloadansible-65792c303596da33075a2da4f567c53375a99231.tar.gz
[stable-2.12] Remove unused task from template integration test.
(cherry picked from commit c1a271c79224b2af8aff1d6fb7a2135d90365694) Co-authored-by: Matt Clay <matt@mystile.com>
-rw-r--r--test/integration/targets/template/tasks/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/integration/targets/template/tasks/main.yml b/test/integration/targets/template/tasks/main.yml
index f8848ef5b4..14ef6180f5 100644
--- a/test/integration/targets/template/tasks/main.yml
+++ b/test/integration/targets/template/tasks/main.yml
@@ -250,11 +250,6 @@
# VERIFY CONTENTS
-- name: check what python version ansible is running on
- command: "{{ ansible_python.executable }} -c 'import distutils.sysconfig ; print(distutils.sysconfig.get_python_version())'"
- register: pyver
- delegate_to: localhost
-
- name: copy known good into place
copy: src=foo.txt dest={{output_dir}}/foo.txt