summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils/module_utils/ansible_release.py
blob: 7d43bf8762bb54fc9c9cb1e4c4e2eb40e2672683 (plain)
1
2
3
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'