mirror of https://github.com/ansible/ansible.git
* 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 changelogpull/40788/head
parent
7ffbdd5214
commit
116a504825
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- jenkins_plugin: fix plugin always updated even if already uptodate (https://github.com/ansible/ansible/pull/40645)
|
||||
Loading…
Reference in New Issue