You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/vars
Toshio Kuratomi 1c05ed7951 Fix circular import with unsafe_proxy, template, and vars
template/__init__.py imported unsafe_proxy from vars which caused
vars/__init__.py to load.  vars/__init__.py needed template/__init__.py
which caused issues.  Loading unsafe_proxy from another location fixes
that.
9 years ago
..
__init__.py Fix circular import with unsafe_proxy, template, and vars 9 years ago
hostvars.py less code 9 years ago
reserved.py PEP 8 fix. 9 years ago
unsafe_proxy.py Fix circular import with unsafe_proxy, template, and vars 9 years ago