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
Jonathan Oddy af00a9da8d Fix AWS EC2 inventory plugin caching of groups (#46961)
* Fix AWS EC2 inventory plugin caching of groups

* Added changelog fragment for aws_ec2 caching fix

* Store the AWS query results

The underlying inventory object contains inventory from other sources,
so caching it as ours would be wrong.
It seems easiest and safest to just cache the boto query results
instead.

* Remove unused functions

(cherry picked from commit 7ba09adee1)
7 years ago
..
cli Pass path to GalaxyRole object (#43051) 7 years ago
compat [stable-2.6] Fix the local and ssh plugins for a cornercase retrying a syscall 7 years ago
config [stable-2.6] Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 7 years ago
errors give hint to users when a file is not found 8 years ago
executor fix no log templating (#44506) 7 years ago
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 8 years ago
inventory Error on empty group/host name (#42584) 8 years ago
module_utils VMware: Avoid misleading PyVmomi error if requests import fails (#47313) 7 years ago
modules docker_service: parse scale parameter correctly to 2.6 (#47248) 7 years ago
parsing [stable-2.6] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 7 years ago
playbook [stable-2.6] Don't allow import_tasks to transition to dynamic when file is missing. See #44822 (#44836) 7 years ago
plugins Fix AWS EC2 inventory plugin caching of groups (#46961) 7 years ago
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 8 years ago
utils [stable-2.6] Migrate from MySQLdb to PyMySQL (#40123) 7 years ago
vars [stable-2.6] Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231). 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Fix fact cleaning (#42595) 8 years ago
release.py Update Ansible release version to v2.6.7.post0. 7 years ago