mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
* Update jenkins_plugin.py When setting state=latest, plugin are always updated because plugin_data['sha1'] contains trailing '\r\n' (so it always detecting a sha1 change) +label: docsite_pr * rstrip wasn't the solution but to_bytes is