summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/pkg_resources/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/pkg_resources/tasks/main.yml')
-rw-r--r--test/integration/targets/pkg_resources/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/pkg_resources/tasks/main.yml b/test/integration/targets/pkg_resources/tasks/main.yml
new file mode 100644
index 0000000..b19d0eb
--- /dev/null
+++ b/test/integration/targets/pkg_resources/tasks/main.yml
@@ -0,0 +1,3 @@
+- name: Verify that pkg_resources imports are functional
+ debug:
+ msg: "{{ lookup('check_pkg_resources') }}"