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
Benoit Dunand-Laisin 116a504825 Fixes #24241 Module always updates installed plugins (#40645)
* Update jenkins_plugin.py

When setting state=latest, plugin are always updated because old sha1 is bytes and and is compared to new sha1 which is str (so it always detecting a sha1 change)

* Add changelog
8 years ago
..
cli make individual bad paths a warning 8 years ago
compat Enable wildcard import pylint (#35786) 8 years ago
config fix comma 8 years ago
errors Make AnsibleActionDone a private exception 8 years ago
executor Backport #39818 to stable-2.5 (#39824) 8 years ago
galaxy galaxy remove incorrect check for role path before extraction (#35259) 8 years ago
inventory return empty host list when pattern is empty 8 years ago
module_utils Ios fixes 2.5 (#40543) 8 years ago
modules Fixes #24241 Module always updates installed plugins (#40645) 8 years ago
parsing Fix encoding issue when parsing plugin examples (#39872) 8 years ago
playbook remove properties from vars in include_role (#38968) 8 years ago
plugins Backport ios test fixes to 2.5 (#40662) 8 years ago
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 8 years ago
utils nxos module doc fragment for authorize,auth_pass (#39946) 8 years ago
vars minimize loading files/plugins 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py centralize doc/config plugin lists (#38775) 8 years ago
release.py New release v2.5.3 8 years ago