summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils/module_utils/ansible_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/module_utils/module_utils/ansible_release.py')
-rw-r--r--test/integration/targets/module_utils/module_utils/ansible_release.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/module_utils/module_utils/ansible_release.py b/test/integration/targets/module_utils/module_utils/ansible_release.py
new file mode 100644
index 0000000..7d43bf8
--- /dev/null
+++ b/test/integration/targets/module_utils/module_utils/ansible_release.py
@@ -0,0 +1,4 @@
+# This file overrides the builtin ansible.module_utils.ansible_release file
+# to test that it can be overridden. Previously this was facts.py but caused issues
+# with dependencies that may need to execute a module that makes use of facts
+data = 'overridden ansible_release.py'