mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
use DEFAULT_MODULE_PATH in setup.py so that there is a chance to override with ANSIBLE_LIBRARY env variable
This commit is contained in:
parent
8dc31f3093
commit
50bd14faa9
2 changed files with 2 additions and 4 deletions
|
@ -86,8 +86,6 @@ if getattr(sys, "real_prefix", None):
|
|||
DIST_MODULE_PATH = os.path.join(sys.prefix, 'share/ansible/')
|
||||
else:
|
||||
DIST_MODULE_PATH = '/usr/share/ansible/'
|
||||
# custom ansible location without a virtualenv
|
||||
DIST_MODULE_PATH = os.environ.get("ANSIBLE_DIST_MODULE_PATH", DIST_MODULE_PATH)
|
||||
|
||||
# sections in config file
|
||||
DEFAULTS='defaults'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue