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
Brian Coca 0b678d5036
avoid roles exporting vars: (#69040)
- correct 'vars:' precedence to allow phasing out of include_params
 - actually merge vars and always include role_vars
 - avoided dupe deps from giving wrong vars
 - use 'first' instance of dep as others are from previous instances/invocations
   and can have diff values for vars
 - ensured deps only provide exportable vars themselves
 - added COMMENTS
 - added tests
 - apply export restrictions setting to defaults
 - use 'public' as cutoff

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>

ci_complete
2 years ago
..
_vendor Revert "ansible-test - Fix import test when vendoring." 3 years ago
cli make pager and editor configurable, specifically for ansible (#78816) 2 years ago
collections expand ansible-doc coverage (#74963) 2 years ago
compat Updated bundled libraries (#70418) 4 years ago
config make pager and editor configurable, specifically for ansible (#78816) 2 years ago
errors refactor and fixes for doc parsing (#77719) 2 years ago
executor add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
galaxy Add --offline option to 'ansible-galaxy collection install' (#78678) 2 years ago
inventory ansible-test - Update sanity test requirements. (#78528) 2 years ago
module_utils Add `use_rsa_sha2_algorithms` option for paramiko (#78789) 2 years ago
modules apt_repository, handle both new/old gpgp stds (#78735) 2 years ago
parsing make pager and editor configurable, specifically for ansible (#78816) 2 years ago
playbook avoid roles exporting vars: (#69040) 2 years ago
plugins Fix docs for new commonpath and normpath filters (#78897) 2 years ago
template Overriding AnsibleContext.resolve is not needed/allowed (#78714) 2 years ago
utils slight var loading optimization (#78835) 2 years ago
vars avoid roles exporting vars: (#69040) 2 years ago
__init__.py Require Jinja2 3.0.0 (#75881) 3 years ago
__main__.py Python 3.9 min for controller (#77566) 2 years ago
constants.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
context.py Remove collections compat from controller code. 2 years ago
keyword_desc.yml Fixed typo in keyword_desc.yml (#76280) 3 years ago
release.py Bump devel to 2.15.0.dev0 (#78817) 2 years ago