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
Sloane Hertel 6dd566b9bb
[ansible-galaxy] Fix installing signed collections (#80661) (#80665)
* Fix installing signed collections by using the fqcn, version, source, and type as a unique identifier.

Define __hash__ and __eq__ methods to handle Candidate/Requirement comparison excluding signatures which aren't fully populated until install time.

* Remove PinnedCandidateRequests since it is redundant now.

* Fix verifying against a signed remote when the keyring isn't configured

(cherry picked from commit d5e2e7a0a8)
3 years ago
..
_vendor Revert "ansible-test - Fix import test when vendoring." 4 years ago
cli [stable-2.15] --syntax-check is only applicable to ansible-playbook. Fixes #80506 (#80507) (#80509) 3 years ago
collections Clean up unused imports in core (#79900) 3 years ago
compat Clean up unused imports in core (#79900) 3 years ago
config [stable-2.15] Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370) (#80545) 3 years ago
errors add a worker queue to get updates from the main results thread (#79886) 3 years ago
executor Validate task attributes with first finalized attrs after loop (#80476) (#80517) 3 years ago
galaxy [ansible-galaxy] Fix installing signed collections (#80661) (#80665) 3 years ago
inventory ansible-test - Update sanity test requirements. (#78528) 3 years ago
module_utils Use target of /usr/bin/dnf for dnf version detection (#80550) (#80593) 3 years ago
modules dnf5: use new API to check package signatures (#80609) (#80622) 3 years ago
parsing fix typo in plugin_docs.py (#80195) 3 years ago
playbook fix using templated values for include/import role FA (#80320) 3 years ago
plugins Fix calling v2_playbook_on_notify callback (#80585) (#80612) 3 years ago
template Avoid redundant unsafe wrapping in ansible_eval_concat (#80143) 3 years ago
utils [stable-2.15] Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370) (#80545) 3 years ago
vars Do not double calculate loops and `delegate_to` (#80171) 3 years ago
__init__.py Require Jinja2 3.0.0 (#75881) 4 years ago
__main__.py Python 3.9 min for controller (#77566) 3 years ago
constants.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 3 years ago
context.py Remove collections compat from controller code. 4 years ago
keyword_desc.yml Fixed typo in keyword_desc.yml (#76280) 4 years ago
release.py Update Ansible release version to v2.15.0rc1.post0. (#80640) 3 years ago