1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/202-jenkins_plugin-fix-import.yml
Felix Fontein 2eee9f78a6
Fix CI and jenkins_plugin module (#202)
* Don't import text_type and binary_type from ansible.module_utils._text, but from ansible.module_utils.six.

* Add changelog fragment.
2020-04-17 20:46:51 +02:00

2 lines
79 B
YAML

bugfixes:
- jenkins_plugin - make compatible to Ansible 2.10 by fixing import.